Html Css Color HEX #D10E20 Fire Engine Red

📋 copy color: '#D10E20'

red 209 ◦ green 14 ◦ blue 32

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

Shades of Fire Engine Red #D10E20

Tints of Fire Engine Red #D10E20

RGB

 RED value IS 209 (82.03% from 255) = 81.96%

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

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

R = 81.96%
G = 5.49%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D10E20 (or 0xD10E20) is known color: Fire Engine Red. HEX triplet: D1, 0E and 20. RGB value is (209,14,32). Sum of RGB (Red+Green+Blue) = 209+14+32=255 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.96% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10E20 is #2EF1DF. Grayscale: #4A4A4A. Windows color (decimal): -3076576 or 2100945. OLE color: 2100945.

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

Color convert

RGB 209 14 32 -
CMYK 0 0.93 0.85 0.18
HSL 354.46º 0.87% 0.44% -
HSV(B) 354.46º 0.93% 0.82% -
XYZ 26.71 13.97 2.66 -
YUV 74.36 104.1 224.04 -
System Red Green Blue C M Y K H S L
Decimal 209 14 32 0 0.93 0.85 0.18 354.46 0.87 0.44
Hex D1 E 20 0 5D 55 12 162 57 2C
Octal 321 16 40 0 135 125 22 542 127 54
Binary 11010001 1110 100000 0 1011101 1010101 10010 101100010 1010111 101100

Color Harmonies of #D10E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10E20

Black with #D10E20

Text Example


Text Example

White with #D10E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10E20; }

 p { color: rgb(209,14,32); }

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

background-color css

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

 a { background-color: rgb(209,14,32); }

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

border-color css

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

 span { border-color: rgb(209,14,32); }

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