Html Css Color HEX #D11119 Fire Engine Red

📋 copy color: '#D11119'

red 209 ◦ green 17 ◦ blue 25

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

Shades of Fire Engine Red #D11119

Tints of Fire Engine Red #D11119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.77%

 BLUE value IS 25 (10.16% from 255) = 9.96%

R = 83.27%
G = 6.77%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D11119 (or 0xD11119) is known color: Fire Engine Red. HEX triplet: D1, 11 and 19. RGB value is (209,17,25). Sum of RGB (Red+Green+Blue) = 209+17+25=251 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.27% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 209 - color contains mainly: red. Hex color #D11119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11119 is #2EEEE6. Grayscale: #4B4B4B. Windows color (decimal): -3075815 or 1642961. OLE color: 1642961.

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

Color convert

RGB 209 17 25 -
CMYK 0 0.92 0.88 0.18
HSL 357.5º 0.85% 0.44% -
HSV(B) 357.5º 0.92% 0.82% -
XYZ 26.67 14.03 2.22 -
YUV 75.32 99.61 223.35 -
System Red Green Blue C M Y K H S L
Decimal 209 17 25 0 0.92 0.88 0.18 357.5 0.85 0.44
Hex D1 11 19 0 5C 58 12 166 55 2C
Octal 321 21 31 0 134 130 22 546 125 54
Binary 11010001 10001 11001 0 1011100 1011000 10010 101100110 1010101 101100

Color Harmonies of #D11119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11119

Black with #D11119

Text Example


Text Example

White with #D11119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11119; }

 p { color: rgb(209,17,25); }

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

background-color css

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

 a { background-color: rgb(209,17,25); }

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

border-color css

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

 span { border-color: rgb(209,17,25); }

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