#CF1E2C

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

Shades of Fire Engine Red #CF1E2C

Tints of Fire Engine Red #CF1E2C

Color information

#CF1E2C (or 0xCF1E2C) is unknown color: approx Fire Engine Red. HEX triplet: CF, 1E and 2C. RGB value is (207,30,44). Sum of RGB (Red+Green+Blue) = 207+30+44=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1E2C is #30E1D3. Grayscale: #545454. Windows color (decimal): -3203540 or 2891471. OLE color: 2891471.

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

Color convert

RGB2073044-
CMYK00.860.790.19
HSL355.25º74.68%46.47%-
HSV(B)355.25º85.51%81.18%-
XYZ26.6514.383.75-
YUV84.52105.14215.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 73.67%
GREEN value IS 30 (12.11% from 255) = 10.68%
BLUE value IS 44 (17.58% from 255) = 15.66%
R=73.67%
G=10.68%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207304400.860.790.19355.2574.6846.47
HexCF1E2C0564F131634b2e
Octal317365401261172354311356
Binary1100111111110101100010101101001111100111011000111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1E2C; }

 p { color: rgb(207,30,44); }

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

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

 a { background-color: rgb(207,30,44); }

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

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

 span { border-color: rgb(207,30,44); }

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