Html Css Color HEX #D20921 Fire Engine Red

📋 copy color: '#D20921'

red 210 ◦ green 9 ◦ blue 33

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

Shades of Fire Engine Red #D20921

Tints of Fire Engine Red #D20921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.57%

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

R = 83.33%
G = 3.57%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D20921 (or 0xD20921) is known color: Fire Engine Red. HEX triplet: D2, 09 and 21. RGB value is (210,9,33). Sum of RGB (Red+Green+Blue) = 210+9+33=252 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.33% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 210 - color contains mainly: red. Hex color #D20921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20921 is #2DF6DE. Grayscale: #474747. Windows color (decimal): -3012319 or 2165202. OLE color: 2165202.

HSL color Cylindrical-coordinate representation of color #D20921: hue angle of 352.84º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20921 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 9 33 -
CMYK 0 0.96 0.84 0.18
HSL 352.84º 0.92% 0.43% -
HSV(B) 352.84º 0.96% 0.82% -
XYZ 26.95 14.01 2.72 -
YUV 71.84 106.09 226.55 -
System Red Green Blue C M Y K H S L
Decimal 210 9 33 0 0.96 0.84 0.18 352.84 0.92 0.43
Hex D2 9 21 0 60 54 12 161 5C 2B
Octal 322 11 41 0 140 124 22 541 134 53
Binary 11010010 1001 100001 0 1100000 1010100 10010 101100001 1011100 101011

Color Harmonies of #D20921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20921

Black with #D20921

Text Example


Text Example

White with #D20921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20921; }

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

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

background-color css

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

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

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

border-color css

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

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

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