Html Css Color HEX #D71016 Fire Engine Red

📋 copy color: '#D71016'

red 215 ◦ green 16 ◦ blue 22

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

Shades of Fire Engine Red #D71016

Tints of Fire Engine Red #D71016

RGB

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

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

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

R = 84.98%
G = 6.32%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D71016 (or 0xD71016) is known color: Fire Engine Red. HEX triplet: D7, 10 and 16. RGB value is (215,16,22). Sum of RGB (Red+Green+Blue) = 215+16+22=253 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.98% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 215 - color contains mainly: red. Hex color #D71016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71016 is #28EFE9. Grayscale: #4C4C4C. Windows color (decimal): -2682858 or 1446103. OLE color: 1446103.

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

Color convert

RGB 215 16 22 -
CMYK 0 0.93 0.90 0.16
HSL 358.19º 0.86% 0.45% -
HSV(B) 358.19º 0.93% 0.84% -
XYZ 28.35 14.88 2.14 -
YUV 76.19 97.43 227.01 -
System Red Green Blue C M Y K H S L
Decimal 215 16 22 0 0.93 0.90 0.16 358.19 0.86 0.45
Hex D7 10 16 0 5D 5A 10 166 56 2D
Octal 327 20 26 0 135 132 20 546 126 55
Binary 11010111 10000 10110 0 1011101 1011010 10000 101100110 1010110 101101

Color Harmonies of #D71016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71016

Black with #D71016

Text Example


Text Example

White with #D71016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71016; }

 p { color: rgb(215,16,22); }

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

background-color css

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

 a { background-color: rgb(215,16,22); }

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

border-color css

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

 span { border-color: rgb(215,16,22); }

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