#CF2029

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

Shades of Fire Engine Red #CF2029

Tints of Fire Engine Red #CF2029

Color information

#CF2029 (or 0xCF2029) is unknown color: approx Fire Engine Red. HEX triplet: CF, 20 and 29. RGB value is (207,32,41). Sum of RGB (Red+Green+Blue) = 207+32+41=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2029 is #30DFD6. Grayscale: #555555. Windows color (decimal): -3203031 or 2695375. OLE color: 2695375.

HSL color Cylindrical-coordinate representation of color #CF2029: hue angle of 356.91º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF2029 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB2073241-
CMYK00.850.800.19
HSL356.91º73.22%46.86%-
HSV(B)356.91º84.54%81.18%-
XYZ26.6514.463.48-
YUV85.35102.98214.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 73.93%
GREEN value IS 32 (12.89% from 255) = 11.43%
BLUE value IS 41 (16.41% from 255) = 14.64%
R=73.93%
G=11.43%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207324100.850.800.19356.9173.2246.86
HexCF20290555013165492f
Octal317405101251202354511157
Binary11001111100000101001010101011010000100111011001011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2029; }

 p { color: rgb(207,32,41); }

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

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

 a { background-color: rgb(207,32,41); }

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

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

 span { border-color: rgb(207,32,41); }

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