Html Css Color HEX #D22028 Fire Engine Red

📋 copy color: '#D22028'

red 210 ◦ green 32 ◦ blue 40

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

Shades of Fire Engine Red #D22028

Tints of Fire Engine Red #D22028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.18%

R = 74.47%
G = 11.35%
B = 14.18%

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

#D22028 (or 0xD22028) is known color: Fire Engine Red. HEX triplet: D2, 20 and 28. RGB value is (210,32,40). Sum of RGB (Red+Green+Blue) = 210+32+40=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D22028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22028 is #2DDFD7. Grayscale: #565656. Windows color (decimal): -3006424 or 2629842. OLE color: 2629842.

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

Color convert

RGB 210 32 40 -
CMYK 0 0.85 0.81 0.18
HSL 357.3º 0.74% 0.47% -
HSV(B) 357.3º 0.85% 0.82% -
XYZ 27.48 14.89 3.43 -
YUV 86.13 101.97 216.35 -
System Red Green Blue C M Y K H S L
Decimal 210 32 40 0 0.85 0.81 0.18 357.3 0.74 0.47
Hex D2 20 28 0 55 51 12 165 4A 2F
Octal 322 40 50 0 125 121 22 545 112 57
Binary 11010010 100000 101000 0 1010101 1010001 10010 101100101 1001010 101111

Color Harmonies of #D22028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22028

Black with #D22028

Text Example


Text Example

White with #D22028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22028; }

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

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

background-color css

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

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

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

border-color css

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

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

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