Html Css Color HEX #D20E24 Fire Engine Red

📋 copy color: '#D20E24'

red 210 ◦ green 14 ◦ blue 36

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

Shades of Fire Engine Red #D20E24

Tints of Fire Engine Red #D20E24

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.38%

 BLUE value IS 36 (14.45% from 255) = 13.85%

R = 80.77%
G = 5.38%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D20E24 (or 0xD20E24) is known color: Fire Engine Red. HEX triplet: D2, 0E and 24. RGB value is (210,14,36). Sum of RGB (Red+Green+Blue) = 210+14+36=260 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.77% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20E24 is #2DF1DB. Grayscale: #4B4B4B. Windows color (decimal): -3011036 or 2363090. OLE color: 2363090.

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

Color convert

RGB 210 14 36 -
CMYK 0 0.93 0.83 0.18
HSL 353.27º 0.88% 0.44% -
HSV(B) 353.27º 0.93% 0.82% -
XYZ 27.05 14.14 2.97 -
YUV 75.11 105.93 224.21 -
System Red Green Blue C M Y K H S L
Decimal 210 14 36 0 0.93 0.83 0.18 353.27 0.88 0.44
Hex D2 E 24 0 5D 53 12 161 58 2C
Octal 322 16 44 0 135 123 22 541 130 54
Binary 11010010 1110 100100 0 1011101 1010011 10010 101100001 1011000 101100

Color Harmonies of #D20E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20E24

Black with #D20E24

Text Example


Text Example

White with #D20E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20E24; }

 p { color: rgb(210,14,36); }

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

background-color css

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

 a { background-color: rgb(210,14,36); }

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

border-color css

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

 span { border-color: rgb(210,14,36); }

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