Html Css Color HEX #D9111E Fire Engine Red

📋 copy color: '#D9111E'

red 217 ◦ green 17 ◦ blue 30

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

Shades of Fire Engine Red #D9111E

Tints of Fire Engine Red #D9111E

RGB

 RED value IS 217 (85.16% from 255) = 82.2%

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

 BLUE value IS 30 (12.11% from 255) = 11.36%

R = 82.2%
G = 6.44%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9111E (or 0xD9111E) is known color: Fire Engine Red. HEX triplet: D9, 11 and 1E. RGB value is (217,17,30). Sum of RGB (Red+Green+Blue) = 217+17+30=264 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.20% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 217 - color contains mainly: red. Hex color #D9111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9111E is #26EEE1. Grayscale: #4E4E4E. Windows color (decimal): -2551522 or 1970649. OLE color: 1970649.

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

Color convert

RGB 217 17 30 -
CMYK 0 0.92 0.86 0.15
HSL 356.1º 0.85% 0.46% -
HSV(B) 356.1º 0.92% 0.85% -
XYZ 29.05 15.25 2.64 -
YUV 78.28 100.76 226.94 -
System Red Green Blue C M Y K H S L
Decimal 217 17 30 0 0.92 0.86 0.15 356.1 0.85 0.46
Hex D9 11 1E 0 5C 56 F 164 55 2E
Octal 331 21 36 0 134 126 17 544 125 56
Binary 11011001 10001 11110 0 1011100 1010110 1111 101100100 1010101 101110

Color Harmonies of #D9111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9111E

Black with #D9111E

Text Example


Text Example

White with #D9111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9111E; }

 p { color: rgb(217,17,30); }

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

background-color css

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

 a { background-color: rgb(217,17,30); }

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

border-color css

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

 span { border-color: rgb(217,17,30); }

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