Html Css Color HEX #D11A20 Fire Engine Red

📋 copy color: '#D11A20'

red 209 ◦ green 26 ◦ blue 32

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

Shades of Fire Engine Red #D11A20

Tints of Fire Engine Red #D11A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.74%

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

R = 78.28%
G = 9.74%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D11A20 (or 0xD11A20) is known color: Fire Engine Red. HEX triplet: D1, 1A and 20. RGB value is (209,26,32). Sum of RGB (Red+Green+Blue) = 209+26+32=267 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.28% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11A20 is #2EE5DF. Grayscale: #515151. Windows color (decimal): -3073504 or 2104017. OLE color: 2104017.

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

Color convert

RGB 209 26 32 -
CMYK 0 0.88 0.85 0.18
HSL 358.03º 0.78% 0.46% -
HSV(B) 358.03º 0.88% 0.82% -
XYZ 26.92 14.4 2.73 -
YUV 81.4 100.13 219.01 -
System Red Green Blue C M Y K H S L
Decimal 209 26 32 0 0.88 0.85 0.18 358.03 0.78 0.46
Hex D1 1A 20 0 58 55 12 166 4E 2E
Octal 321 32 40 0 130 125 22 546 116 56
Binary 11010001 11010 100000 0 1011000 1010101 10010 101100110 1001110 101110

Color Harmonies of #D11A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A20

Black with #D11A20

Text Example


Text Example

White with #D11A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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