#D81315

Color #D81315 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #D81315

Tints of Fire Engine Red #D81315

Color information

#D81315 (or 0xD81315) is unknown color: approx Fire Engine Red. HEX triplet: D8, 13 and 15. RGB value is (216,19,21). Sum of RGB (Red+Green+Blue) = 216+19+21=256 (33% of max value = 765). Red value is 216 (84.77% from 255 or 84.38% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 216 - color contains mainly: red. Hex color #D81315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81315 is #27ECEA. Grayscale: #4E4E4E. Windows color (decimal): -2616555 or 1381336. OLE color: 1381336.

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

Color convert

RGB2161921-
CMYK00.910.900.15
HSL359.39º83.83%46.08%-
HSV(B)359.39º91.2%84.71%-
XYZ28.6915.122.12-
YUV78.1395.77226.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 84.38%
GREEN value IS 19 (7.81% from 255) = 7.42%
BLUE value IS 21 (8.59% from 255) = 8.20%
R=84.38%
G=7.42%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216192100.910.900.15359.3983.8346.08
HexD8131505B5AF167542e
Octal330232501331321754712456
Binary11011000100111010101011011101101011111011001111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81315; }

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

 H1.HeaderClassName
 {
   color: #D81315;
 }
 .AnyTagClassName
 {
   color: #D81315;
 }
</style>
background-color css

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

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

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

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

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

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