Html Css Color HEX #D22021 Fire Engine Red

📋 copy color: '#D22021'

red 210 ◦ green 32 ◦ blue 33

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

Shades of Fire Engine Red #D22021

Tints of Fire Engine Red #D22021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12%

R = 76.36%
G = 11.64%
B = 12%

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

#D22021 (or 0xD22021) is known color: Fire Engine Red. HEX triplet: D2, 20 and 21. RGB value is (210,32,33). Sum of RGB (Red+Green+Blue) = 210+32+33=275 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.36% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 210 - color contains mainly: red. Hex color #D22021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22021 is #2DDFDE. Grayscale: #555555. Windows color (decimal): -3006431 or 2171090. OLE color: 2171090.

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

Color convert

RGB 210 32 33 -
CMYK 0 0.85 0.84 0.18
HSL 359.66º 0.74% 0.47% -
HSV(B) 359.66º 0.85% 0.82% -
XYZ 27.37 14.84 2.86 -
YUV 85.34 98.47 216.92 -
System Red Green Blue C M Y K H S L
Decimal 210 32 33 0 0.85 0.84 0.18 359.66 0.74 0.47
Hex D2 20 21 0 55 54 12 168 4A 2F
Octal 322 40 41 0 125 124 22 550 112 57
Binary 11010010 100000 100001 0 1010101 1010100 10010 101101000 1001010 101111

Color Harmonies of #D22021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22021

Black with #D22021

Text Example


Text Example

White with #D22021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22021; }

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

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

background-color css

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

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

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

border-color css

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

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

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