Html Css Color HEX #D22029 Fire Engine Red

📋 copy color: '#D22029'

red 210 ◦ green 32 ◦ blue 41

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

Shades of Fire Engine Red #D22029

Tints of Fire Engine Red #D22029

RGB

 RED value IS 210 (82.42% from 255) = 74.2%

 GREEN value IS 32 (12.89% from 255) = 11.31%

 BLUE value IS 41 (16.41% from 255) = 14.49%

R = 74.2%
G = 11.31%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D22029 (or 0xD22029) is known color: Fire Engine Red. HEX triplet: D2, 20 and 29. RGB value is (210,32,41). Sum of RGB (Red+Green+Blue) = 210+32+41=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D22029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22029 is #2DDFD6. Grayscale: #565656. Windows color (decimal): -3006423 or 2695378. OLE color: 2695378.

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

Color convert

RGB 210 32 41 -
CMYK 0 0.85 0.80 0.18
HSL 356.97º 0.74% 0.47% -
HSV(B) 356.97º 0.85% 0.82% -
XYZ 27.5 14.89 3.52 -
YUV 86.25 102.47 216.27 -
System Red Green Blue C M Y K H S L
Decimal 210 32 41 0 0.85 0.80 0.18 356.97 0.74 0.47
Hex D2 20 29 0 55 50 12 165 4A 2F
Octal 322 40 51 0 125 120 22 545 112 57
Binary 11010010 100000 101001 0 1010101 1010000 10010 101100101 1001010 101111

Color Harmonies of #D22029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22029

Black with #D22029

Text Example


Text Example

White with #D22029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22029; }

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

 H1.HeaderClassName
 {
   color: #D22029;
 }
 .AnyTagClassName
 {
   color: #D22029;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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