#CF1E2D

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

Shades of Fire Engine Red #CF1E2D

Tints of Fire Engine Red #CF1E2D

Color information

#CF1E2D (or 0xCF1E2D) is unknown color: approx Fire Engine Red. HEX triplet: CF, 1E and 2D. RGB value is (207,30,45). Sum of RGB (Red+Green+Blue) = 207+30+45=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1E2D is #30E1D2. Grayscale: #545454. Windows color (decimal): -3203539 or 2957007. OLE color: 2957007.

HSL color Cylindrical-coordinate representation of color #CF1E2D: hue angle of 354.92º 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 #CF1E2D is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB2073045-
CMYK00.860.780.19
HSL354.92º74.68%46.47%-
HSV(B)354.92º85.51%81.18%-
XYZ26.6714.383.85-
YUV84.63105.64215.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 73.40%
GREEN value IS 30 (12.11% from 255) = 10.64%
BLUE value IS 45 (17.97% from 255) = 15.96%
R=73.40%
G=10.64%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207304500.860.780.19354.9274.6846.47
HexCF1E2D0564E131634b2e
Octal317365501261162354311356
Binary1100111111110101101010101101001110100111011000111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1E2D; }

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

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

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

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

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

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

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

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