Html Css Color HEX #D71113 Fire Engine Red

📋 copy color: '#D71113'

red 215 ◦ green 17 ◦ blue 19

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

Shades of Fire Engine Red #D71113

Tints of Fire Engine Red #D71113

RGB

 RED value IS 215 (84.38% from 255) = 85.66%

 GREEN value IS 17 (7.03% from 255) = 6.77%

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

R = 85.66%
G = 6.77%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D71113 (or 0xD71113) is known color: Fire Engine Red. HEX triplet: D7, 11 and 13. RGB value is (215,17,19). Sum of RGB (Red+Green+Blue) = 215+17+19=251 (33% of max value = 765). Red value is 215 (84.38% from 255 or 85.66% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 215 - color contains mainly: red. Hex color #D71113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71113 is #28EEEC. Grayscale: #4C4C4C. Windows color (decimal): -2682605 or 1249751. OLE color: 1249751.

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

Color convert

RGB 215 17 19 -
CMYK 0 0.92 0.91 0.16
HSL 359.39º 0.85% 0.45% -
HSV(B) 359.39º 0.92% 0.84% -
XYZ 28.34 14.89 2 -
YUV 76.43 95.6 226.84 -
System Red Green Blue C M Y K H S L
Decimal 215 17 19 0 0.92 0.91 0.16 359.39 0.85 0.45
Hex D7 11 13 0 5C 5B 10 167 55 2D
Octal 327 21 23 0 134 133 20 547 125 55
Binary 11010111 10001 10011 0 1011100 1011011 10000 101100111 1010101 101101

Color Harmonies of #D71113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71113

Black with #D71113

Text Example


Text Example

White with #D71113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71113; }

 p { color: rgb(215,17,19); }

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

background-color css

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

 a { background-color: rgb(215,17,19); }

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

border-color css

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

 span { border-color: rgb(215,17,19); }

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