Html Css Color HEX #D91013 Fire Engine Red

📋 copy color: '#D91013'

red 217 ◦ green 16 ◦ blue 19

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

Shades of Fire Engine Red #D91013

Tints of Fire Engine Red #D91013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.35%

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 86.11%
G = 6.35%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D91013 (or 0xD91013) is known color: Fire Engine Red. HEX triplet: D9, 10 and 13. RGB value is (217,16,19). Sum of RGB (Red+Green+Blue) = 217+16+19=252 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.11% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 217 - color contains mainly: red. Hex color #D91013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91013 is #26EFEC. Grayscale: #4C4C4C. Windows color (decimal): -2551789 or 1249497. OLE color: 1249497.

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

Color convert

RGB 217 16 19 -
CMYK 0 0.93 0.91 0.15
HSL 359.1º 0.86% 0.46% -
HSV(B) 359.1º 0.93% 0.85% -
XYZ 28.92 15.17 2.02 -
YUV 76.44 95.59 228.26 -
System Red Green Blue C M Y K H S L
Decimal 217 16 19 0 0.93 0.91 0.15 359.1 0.86 0.46
Hex D9 10 13 0 5D 5B F 167 56 2E
Octal 331 20 23 0 135 133 17 547 126 56
Binary 11011001 10000 10011 0 1011101 1011011 1111 101100111 1010110 101110

Color Harmonies of #D91013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91013

Black with #D91013

Text Example


Text Example

White with #D91013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91013; }

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

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

background-color css

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

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

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

border-color css

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

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

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