#DE1517

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

Shades of Fire Engine Red #DE1517

Tints of Fire Engine Red #DE1517

Color information

#DE1517 (or 0xDE1517) is unknown color: approx Fire Engine Red. HEX triplet: DE, 15 and 17. RGB value is (222,21,23). Sum of RGB (Red+Green+Blue) = 222+21+23=266 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.46% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1517 is #21EAE8. Grayscale: #515151. Windows color (decimal): -2222825 or 1512926. OLE color: 1512926.

HSL color Cylindrical-coordinate representation of color #DE1517: hue angle of 359.4º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE1517 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB2222123-
CMYK00.910.900.13
HSL359.4º82.72%47.65%-
HSV(B)359.4º90.54%87.06%-
XYZ30.5516.132.31-
YUV81.3395.09228.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 83.46%
GREEN value IS 21 (8.59% from 255) = 7.89%
BLUE value IS 23 (9.38% from 255) = 8.65%
R=83.46%
G=7.89%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222212300.910.900.13359.482.7247.65
HexDE151705B5AD1675330
Octal336252701331321554712360
Binary11011110101011011101011011101101011011011001111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1517; }

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

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

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

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

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

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

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

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