#CF1A25

Color #CF1A25 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CF1A25

Tints of Fire Engine Red #CF1A25

Color information

#CF1A25 (or 0xCF1A25) is unknown color: approx Fire Engine Red. HEX triplet: CF, 1A and 25. RGB value is (207,26,37). Sum of RGB (Red+Green+Blue) = 207+26+37=270 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.67% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1A25 is #30E5DA. Grayscale: #515151. Windows color (decimal): -3204571 or 2431695. OLE color: 2431695.

HSL color Cylindrical-coordinate representation of color #CF1A25: hue angle of 356.35º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1A25 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB2072637-
CMYK00.870.820.19
HSL356.35º77.68%45.69%-
HSV(B)356.35º87.44%81.18%-
XYZ26.4414.143.09-
YUV81.37102.97217.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 76.67%
GREEN value IS 26 (10.55% from 255) = 9.63%
BLUE value IS 37 (14.84% from 255) = 13.70%
R=76.67%
G=9.63%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207263700.870.820.19356.3577.6845.69
HexCF1A2505752131644e2e
Octal317324501271222354411656
Binary1100111111010100101010101111010010100111011001001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1A25; }

 p { color: rgb(207,26,37); }

 H1.HeaderClassName
 {
   color: #CF1A25;
 }
 .AnyTagClassName
 {
   color: #CF1A25;
 }
</style>
background-color css

<style>
 a { background-color: #CF1A25; }

 a { background-color: rgb(207,26,37); }

 div.DivClassName
 {
   background-color: #CF1A25;
 }
 .BgClassName
 {
   background-color: #CF1A25;
 }
</style>
border-color css

<style>
 span { border-color: #CF1A25; }

 span { border-color: rgb(207,26,37); }

 td.TdClassName
 {
   border-color: #CF1A25;
 }
 .TagClassName
 {
   border-color: #CF1A25;
 }
</style>