Html Css Color HEX #D22429 Fire Engine Red

📋 copy color: '#D22429'

red 210 ◦ green 36 ◦ blue 41

#D22429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #D22429

Tints of Fire Engine Red #D22429

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 value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D22429 (or 0xD22429) is known color: 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

RGB 210 36 41 -
CMYK 0 0.83 0.80 0.18
HSL 358.28º 0.71% 0.48% -
HSV(B) 358.28º 0.83% 0.82% -
XYZ 27.61 15.12 3.56 -
YUV 88.6 101.15 214.59 -
System Red Green Blue C M Y K H S L
Decimal 210 36 41 0 0.83 0.80 0.18 358.28 0.71 0.48
Hex D2 24 29 0 53 50 12 166 47 30
Octal 322 44 51 0 123 120 22 546 107 60
Binary 11010010 100100 101001 0 1010011 1010000 10010 101100110 1000111 110000

Color Harmonies of #D22429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22429

Black with #D22429

Text Example


Text Example

White with #D22429

Text Example


Text Example

HTML Codes & Css Web 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>