Html Css Color HEX #D91314 Fire Engine Red

📋 copy color: '#D91314'

red 217 ◦ green 19 ◦ blue 20

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

Shades of Fire Engine Red #D91314

Tints of Fire Engine Red #D91314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 84.77%
G = 7.42%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D91314 (or 0xD91314) is known color: Fire Engine Red. HEX triplet: D9, 13 and 14. RGB value is (217,19,20). Sum of RGB (Red+Green+Blue) = 217+19+20=256 (33% of max value = 765). Red value is 217 (85.16% from 255 or 84.77% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 217 - color contains mainly: red. Hex color #D91314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91314 is #26ECEB. Grayscale: #4E4E4E. Windows color (decimal): -2551020 or 1315801. OLE color: 1315801.

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

Color convert

RGB 217 19 20 -
CMYK 0 0.91 0.91 0.15
HSL 359.7º 0.84% 0.46% -
HSV(B) 359.7º 0.91% 0.85% -
XYZ 28.97 15.27 2.08 -
YUV 78.32 95.1 226.92 -
System Red Green Blue C M Y K H S L
Decimal 217 19 20 0 0.91 0.91 0.15 359.7 0.84 0.46
Hex D9 13 14 0 5B 5B F 168 54 2E
Octal 331 23 24 0 133 133 17 550 124 56
Binary 11011001 10011 10100 0 1011011 1011011 1111 101101000 1010100 101110

Color Harmonies of #D91314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91314

Black with #D91314

Text Example


Text Example

White with #D91314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91314; }

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

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

background-color css

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

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

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

border-color css

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

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

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