Html Css Color HEX #D20A20 Fire Engine Red

📋 copy color: '#D20A20'

red 210 ◦ green 10 ◦ blue 32

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

Shades of Fire Engine Red #D20A20

Tints of Fire Engine Red #D20A20

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.97%

 BLUE value IS 32 (12.89% from 255) = 12.7%

R = 83.33%
G = 3.97%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D20A20 (or 0xD20A20) is known color: Fire Engine Red. HEX triplet: D2, 0A and 20. RGB value is (210,10,32). Sum of RGB (Red+Green+Blue) = 210+10+32=252 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.33% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 210 - color contains mainly: red. Hex color #D20A20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20A20 is #2DF5DF. Grayscale: #484848. Windows color (decimal): -3012064 or 2099922. OLE color: 2099922.

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

Color convert

RGB 210 10 32 -
CMYK 0 0.95 0.85 0.18
HSL 353.4º 0.91% 0.43% -
HSV(B) 353.4º 0.95% 0.82% -
XYZ 26.95 14.02 2.65 -
YUV 72.31 105.26 226.21 -
System Red Green Blue C M Y K H S L
Decimal 210 10 32 0 0.95 0.85 0.18 353.4 0.91 0.43
Hex D2 A 20 0 5F 55 12 161 5B 2B
Octal 322 12 40 0 137 125 22 541 133 53
Binary 11010010 1010 100000 0 1011111 1010101 10010 101100001 1011011 101011

Color Harmonies of #D20A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20A20

Black with #D20A20

Text Example


Text Example

White with #D20A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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