#D22429

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

Shades of Fire Engine Red #D22429

Tints of Fire Engine Red #D22429

Color information

#D22429 (or 0xD22429) is unknown color: approx Fire Engine Red. HEX triplet: D2, 24 and 29. RGB value is (210,36,41). Sum of RGB (Red+Green+Blue) = 210+36+41=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D22429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22429 is #2DDBD6. Grayscale: #585858. Windows color (decimal): -3005399 or 2696402. OLE color: 2696402.

HSL color Cylindrical-coordinate representation of color #D22429: hue angle of 358.28º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D22429 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB2103641-
CMYK00.830.800.18
HSL358.28º70.73%48.24%-
HSV(B)358.28º82.86%82.35%-
XYZ27.6115.123.56-
YUV88.6101.15214.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 73.17%
GREEN value IS 36 (14.45% from 255) = 12.54%
BLUE value IS 41 (16.41% from 255) = 14.29%
R=73.17%
G=12.54%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210364100.830.800.18358.2870.7348.24
HexD2242905350121664730
Octal322445101231202254610760
Binary11010010100100101001010100111010000100101011001101000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22429; }

 p { color: rgb(210,36,41); }

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

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

 a { background-color: rgb(210,36,41); }

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

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

 span { border-color: rgb(210,36,41); }

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