Html Css Color HEX #D91316 Fire Engine Red

📋 copy color: '#D91316'

red 217 ◦ green 19 ◦ blue 22

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

Shades of Fire Engine Red #D91316

Tints of Fire Engine Red #D91316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.36%

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

R = 84.11%
G = 7.36%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D91316 (or 0xD91316) is known color: Fire Engine Red. HEX triplet: D9, 13 and 16. RGB value is (217,19,22). Sum of RGB (Red+Green+Blue) = 217+19+22=258 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.11% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 217 - color contains mainly: red. Hex color #D91316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91316 is #26ECE9. Grayscale: #4E4E4E. Windows color (decimal): -2551018 or 1446873. OLE color: 1446873.

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

Color convert

RGB 217 19 22 -
CMYK 0 0.91 0.90 0.15
HSL 359.09º 0.84% 0.46% -
HSV(B) 359.09º 0.91% 0.85% -
XYZ 28.99 15.28 2.18 -
YUV 78.54 96.1 226.76 -
System Red Green Blue C M Y K H S L
Decimal 217 19 22 0 0.91 0.90 0.15 359.09 0.84 0.46
Hex D9 13 16 0 5B 5A F 167 54 2E
Octal 331 23 26 0 133 132 17 547 124 56
Binary 11011001 10011 10110 0 1011011 1011010 1111 101100111 1010100 101110

Color Harmonies of #D91316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91316

Black with #D91316

Text Example


Text Example

White with #D91316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91316; }

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

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

background-color css

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

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

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

border-color css

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

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

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