Html Css Color HEX #D91216 Fire Engine Red

📋 copy color: '#D91216'

red 217 ◦ green 18 ◦ blue 22

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

Shades of Fire Engine Red #D91216

Tints of Fire Engine Red #D91216

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

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

R = 84.44%
G = 7%
B = 8.56%

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

#D91216 (or 0xD91216) is known color: Fire Engine Red. HEX triplet: D9, 12 and 16. RGB value is (217,18,22). Sum of RGB (Red+Green+Blue) = 217+18+22=257 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.44% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 217 - color contains mainly: red. Hex color #D91216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91216 is #26EDE9. Grayscale: #4E4E4E. Windows color (decimal): -2551274 or 1446617. OLE color: 1446617.

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

Color convert

RGB 217 18 22 -
CMYK 0 0.92 0.90 0.15
HSL 358.79º 0.85% 0.46% -
HSV(B) 358.79º 0.92% 0.85% -
XYZ 28.98 15.24 2.17 -
YUV 77.96 96.43 227.17 -
System Red Green Blue C M Y K H S L
Decimal 217 18 22 0 0.92 0.90 0.15 358.79 0.85 0.46
Hex D9 12 16 0 5C 5A F 167 55 2E
Octal 331 22 26 0 134 132 17 547 125 56
Binary 11011001 10010 10110 0 1011100 1011010 1111 101100111 1010101 101110

Color Harmonies of #D91216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91216

Black with #D91216

Text Example


Text Example

White with #D91216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91216; }

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

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

background-color css

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

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

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

border-color css

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

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

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