Html Css Color HEX #D81517 Fire Engine Red

📋 copy color: '#D81517'

red 216 ◦ green 21 ◦ blue 23

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

Shades of Fire Engine Red #D81517

Tints of Fire Engine Red #D81517

RGB

 RED value IS 216 (84.77% from 255) = 83.08%

 GREEN value IS 21 (8.59% from 255) = 8.08%

 BLUE value IS 23 (9.38% from 255) = 8.85%

R = 83.08%
G = 8.08%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D81517 (or 0xD81517) is known color: Fire Engine Red. HEX triplet: D8, 15 and 17. RGB value is (216,21,23). Sum of RGB (Red+Green+Blue) = 216+21+23=260 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.08% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 216 - color contains mainly: red. Hex color #D81517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81517 is #27EAE8. Grayscale: #4F4F4F. Windows color (decimal): -2616041 or 1512920. OLE color: 1512920.

HSL color Cylindrical-coordinate representation of color #D81517: hue angle of 359.38º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81517 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 21 23 -
CMYK 0 0.90 0.89 0.15
HSL 359.38º 0.82% 0.46% -
HSV(B) 359.38º 0.9% 0.85% -
XYZ 28.74 15.2 2.23 -
YUV 79.53 96.1 225.34 -
System Red Green Blue C M Y K H S L
Decimal 216 21 23 0 0.90 0.89 0.15 359.38 0.82 0.46
Hex D8 15 17 0 5A 59 F 167 52 2E
Octal 330 25 27 0 132 131 17 547 122 56
Binary 11011000 10101 10111 0 1011010 1011001 1111 101100111 1010010 101110

Color Harmonies of #D81517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81517

Black with #D81517

Text Example


Text Example

White with #D81517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81517; }

 p { color: rgb(216,21,23); }

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

background-color css

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

 a { background-color: rgb(216,21,23); }

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

border-color css

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

 span { border-color: rgb(216,21,23); }

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