Html Css Color HEX #D71114 Fire Engine Red

📋 copy color: '#D71114'

red 215 ◦ green 17 ◦ blue 20

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

Shades of Fire Engine Red #D71114

Tints of Fire Engine Red #D71114

RGB

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

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

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

R = 85.32%
G = 6.75%
B = 7.94%

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

#D71114 (or 0xD71114) is known color: Fire Engine Red. HEX triplet: D7, 11 and 14. RGB value is (215,17,20). Sum of RGB (Red+Green+Blue) = 215+17+20=252 (33% of max value = 765). Red value is 215 (84.38% from 255 or 85.32% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 215 - color contains mainly: red. Hex color #D71114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71114 is #28EEEB. Grayscale: #4C4C4C. Windows color (decimal): -2682604 or 1315287. OLE color: 1315287.

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

Color convert

RGB 215 17 20 -
CMYK 0 0.92 0.91 0.16
HSL 359.09º 0.85% 0.45% -
HSV(B) 359.09º 0.92% 0.84% -
XYZ 28.35 14.9 2.04 -
YUV 76.54 96.1 226.76 -
System Red Green Blue C M Y K H S L
Decimal 215 17 20 0 0.92 0.91 0.16 359.09 0.85 0.45
Hex D7 11 14 0 5C 5B 10 167 55 2D
Octal 327 21 24 0 134 133 20 547 125 55
Binary 11010111 10001 10100 0 1011100 1011011 10000 101100111 1010101 101101

Color Harmonies of #D71114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71114

Black with #D71114

Text Example


Text Example

White with #D71114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71114; }

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

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

background-color css

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

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

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

border-color css

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

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

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