Html Css Color HEX #D22022 Fire Engine Red

📋 copy color: '#D22022'

red 210 ◦ green 32 ◦ blue 34

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

Shades of Fire Engine Red #D22022

Tints of Fire Engine Red #D22022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.32%

R = 76.09%
G = 11.59%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D22022 (or 0xD22022) is known color: Fire Engine Red. HEX triplet: D2, 20 and 22. RGB value is (210,32,34). Sum of RGB (Red+Green+Blue) = 210+32+34=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D22022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22022 is #2DDFDD. Grayscale: #555555. Windows color (decimal): -3006430 or 2236626. OLE color: 2236626.

HSL color Cylindrical-coordinate representation of color #D22022: hue angle of 359.33º 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 #D22022 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 32 34 -
CMYK 0 0.85 0.84 0.18
HSL 359.33º 0.74% 0.47% -
HSV(B) 359.33º 0.85% 0.82% -
XYZ 27.38 14.85 2.94 -
YUV 85.45 98.97 216.84 -
System Red Green Blue C M Y K H S L
Decimal 210 32 34 0 0.85 0.84 0.18 359.33 0.74 0.47
Hex D2 20 22 0 55 54 12 167 4A 2F
Octal 322 40 42 0 125 124 22 547 112 57
Binary 11010010 100000 100010 0 1010101 1010100 10010 101100111 1001010 101111

Color Harmonies of #D22022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22022

Black with #D22022

Text Example


Text Example

White with #D22022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22022; }

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

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

background-color css

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

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

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

border-color css

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

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

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