Html Css Color HEX #D20C20 Fire Engine Red

📋 copy color: '#D20C20'

red 210 ◦ green 12 ◦ blue 32

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

Shades of Fire Engine Red #D20C20

Tints of Fire Engine Red #D20C20

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.72%

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

R = 82.68%
G = 4.72%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D20C20 (or 0xD20C20) is known color: Fire Engine Red. HEX triplet: D2, 0C and 20. RGB value is (210,12,32). Sum of RGB (Red+Green+Blue) = 210+12+32=254 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.68% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20C20 is #2DF3DF. Grayscale: #494949. Windows color (decimal): -3011552 or 2100434. OLE color: 2100434.

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

Color convert

RGB 210 12 32 -
CMYK 0 0.94 0.85 0.18
HSL 353.94º 0.89% 0.44% -
HSV(B) 353.94º 0.94% 0.82% -
XYZ 26.97 14.07 2.66 -
YUV 73.48 104.6 225.37 -
System Red Green Blue C M Y K H S L
Decimal 210 12 32 0 0.94 0.85 0.18 353.94 0.89 0.44
Hex D2 C 20 0 5E 55 12 162 59 2C
Octal 322 14 40 0 136 125 22 542 131 54
Binary 11010010 1100 100000 0 1011110 1010101 10010 101100010 1011001 101100

Color Harmonies of #D20C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C20

Black with #D20C20

Text Example


Text Example

White with #D20C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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