Html Css Color HEX #D11020 Fire Engine Red

📋 copy color: '#D11020'

red 209 ◦ green 16 ◦ blue 32

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

Shades of Fire Engine Red #D11020

Tints of Fire Engine Red #D11020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.23%

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

R = 81.32%
G = 6.23%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D11020 (or 0xD11020) is known color: Fire Engine Red. HEX triplet: D1, 10 and 20. RGB value is (209,16,32). Sum of RGB (Red+Green+Blue) = 209+16+32=257 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.32% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 209 - color contains mainly: red. Hex color #D11020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11020 is #2EEFDF. Grayscale: #4B4B4B. Windows color (decimal): -3076064 or 2101457. OLE color: 2101457.

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

Color convert

RGB 209 16 32 -
CMYK 0 0.92 0.85 0.18
HSL 355.03º 0.86% 0.44% -
HSV(B) 355.03º 0.92% 0.82% -
XYZ 26.74 14.03 2.67 -
YUV 75.53 103.44 223.2 -
System Red Green Blue C M Y K H S L
Decimal 209 16 32 0 0.92 0.85 0.18 355.03 0.86 0.44
Hex D1 10 20 0 5C 55 12 163 56 2C
Octal 321 20 40 0 134 125 22 543 126 54
Binary 11010001 10000 100000 0 1011100 1010101 10010 101100011 1010110 101100

Color Harmonies of #D11020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11020

Black with #D11020

Text Example


Text Example

White with #D11020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11020; }

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

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

background-color css

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

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

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

border-color css

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

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

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