Html Css Color HEX #D91115 Fire Engine Red

📋 copy color: '#D91115'

red 217 ◦ green 17 ◦ blue 21

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

Shades of Fire Engine Red #D91115

Tints of Fire Engine Red #D91115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.24%

R = 85.1%
G = 6.67%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D91115 (or 0xD91115) is known color: Fire Engine Red. HEX triplet: D9, 11 and 15. RGB value is (217,17,21). Sum of RGB (Red+Green+Blue) = 217+17+21=255 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.10% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 217 - color contains mainly: red. Hex color #D91115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91115 is #26EEEA. Grayscale: #4D4D4D. Windows color (decimal): -2551531 or 1380825. OLE color: 1380825.

HSL color Cylindrical-coordinate representation of color #D91115: hue angle of 358.8º 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 #D91115 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 17 21 -
CMYK 0 0.92 0.90 0.15
HSL 358.8º 0.85% 0.46% -
HSV(B) 358.8º 0.92% 0.85% -
XYZ 28.95 15.21 2.12 -
YUV 77.26 96.26 227.67 -
System Red Green Blue C M Y K H S L
Decimal 217 17 21 0 0.92 0.90 0.15 358.8 0.85 0.46
Hex D9 11 15 0 5C 5A F 167 55 2E
Octal 331 21 25 0 134 132 17 547 125 56
Binary 11011001 10001 10101 0 1011100 1011010 1111 101100111 1010101 101110

Color Harmonies of #D91115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91115

Black with #D91115

Text Example


Text Example

White with #D91115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91115; }

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

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

background-color css

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

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

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

border-color css

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

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

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