Html Css Color HEX #D91516 Fire Engine Red

📋 copy color: '#D91516'

red 217 ◦ green 21 ◦ blue 22

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

Shades of Fire Engine Red #D91516

Tints of Fire Engine Red #D91516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

 BLUE value IS 22 (8.98% from 255) = 8.46%

R = 83.46%
G = 8.08%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D91516 (or 0xD91516) is known color: Fire Engine Red. HEX triplet: D9, 15 and 16. RGB value is (217,21,22). Sum of RGB (Red+Green+Blue) = 217+21+22=260 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.46% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 217 - color contains mainly: red. Hex color #D91516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91516 is #26EAE9. Grayscale: #4F4F4F. Windows color (decimal): -2550506 or 1447385. OLE color: 1447385.

HSL color Cylindrical-coordinate representation of color #D91516: hue angle of 359.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91516 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 21 22 -
CMYK 0 0.90 0.90 0.15
HSL 359.69º 0.82% 0.47% -
HSV(B) 359.69º 0.9% 0.85% -
XYZ 29.03 15.35 2.19 -
YUV 79.72 95.43 225.92 -
System Red Green Blue C M Y K H S L
Decimal 217 21 22 0 0.90 0.90 0.15 359.69 0.82 0.47
Hex D9 15 16 0 5A 5A F 168 52 2F
Octal 331 25 26 0 132 132 17 550 122 57
Binary 11011001 10101 10110 0 1011010 1011010 1111 101101000 1010010 101111

Color Harmonies of #D91516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91516

Black with #D91516

Text Example


Text Example

White with #D91516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91516; }

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

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

background-color css

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

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

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

border-color css

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

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

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