Html Css Color HEX #D71013 Fire Engine Red

📋 copy color: '#D71013'

red 215 ◦ green 16 ◦ blue 19

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

Shades of Fire Engine Red #D71013

Tints of Fire Engine Red #D71013

RGB

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

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

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

R = 86%
G = 6.4%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D71013 (or 0xD71013) is known color: Fire Engine Red. HEX triplet: D7, 10 and 13. RGB value is (215,16,19). Sum of RGB (Red+Green+Blue) = 215+16+19=250 (33% of max value = 765). Red value is 215 (84.38% from 255 or 86% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 215 - color contains mainly: red. Hex color #D71013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71013 is #28EFEC. Grayscale: #4C4C4C. Windows color (decimal): -2682861 or 1249495. OLE color: 1249495.

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

Color convert

RGB 215 16 19 -
CMYK 0 0.93 0.91 0.16
HSL 359.1º 0.86% 0.45% -
HSV(B) 359.1º 0.93% 0.84% -
XYZ 28.33 14.86 1.99 -
YUV 75.84 95.93 227.26 -
System Red Green Blue C M Y K H S L
Decimal 215 16 19 0 0.93 0.91 0.16 359.1 0.86 0.45
Hex D7 10 13 0 5D 5B 10 167 56 2D
Octal 327 20 23 0 135 133 20 547 126 55
Binary 11010111 10000 10011 0 1011101 1011011 10000 101100111 1010110 101101

Color Harmonies of #D71013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71013

Black with #D71013

Text Example


Text Example

White with #D71013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71013; }

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

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

background-color css

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

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

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

border-color css

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

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

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