Html Css Color HEX #D22027 Fire Engine Red

📋 copy color: '#D22027'

red 210 ◦ green 32 ◦ blue 39

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

Shades of Fire Engine Red #D22027

Tints of Fire Engine Red #D22027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.88%

R = 74.73%
G = 11.39%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D22027 (or 0xD22027) is known color: Fire Engine Red. HEX triplet: D2, 20 and 27. RGB value is (210,32,39). Sum of RGB (Red+Green+Blue) = 210+32+39=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D22027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22027 is #2DDFD8. Grayscale: #565656. Windows color (decimal): -3006425 or 2564306. OLE color: 2564306.

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

Color convert

RGB 210 32 39 -
CMYK 0 0.85 0.81 0.18
HSL 357.64º 0.74% 0.47% -
HSV(B) 357.64º 0.85% 0.82% -
XYZ 27.46 14.88 3.34 -
YUV 86.02 101.47 216.43 -
System Red Green Blue C M Y K H S L
Decimal 210 32 39 0 0.85 0.81 0.18 357.64 0.74 0.47
Hex D2 20 27 0 55 51 12 166 4A 2F
Octal 322 40 47 0 125 121 22 546 112 57
Binary 11010010 100000 100111 0 1010101 1010001 10010 101100110 1001010 101111

Color Harmonies of #D22027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22027

Black with #D22027

Text Example


Text Example

White with #D22027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22027; }

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

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

background-color css

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

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

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

border-color css

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

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

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