#DE1215

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

Shades of Fire Engine Red #DE1215

Tints of Fire Engine Red #DE1215

Color information

#DE1215 (or 0xDE1215) is unknown color: approx Fire Engine Red. HEX triplet: DE, 12 and 15. RGB value is (222,18,21). Sum of RGB (Red+Green+Blue) = 222+18+21=261 (34% of max value = 765). Red value is 222 (87.11% from 255 or 85.06% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1215 is #21EDEA. Grayscale: #4F4F4F. Windows color (decimal): -2223595 or 1381086. OLE color: 1381086.

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

Color convert

RGB2221821-
CMYK00.920.910.13
HSL359.12º85%47.06%-
HSV(B)359.12º91.89%87.06%-
XYZ30.4816.022.19-
YUV79.3495.09229.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 85.06%
GREEN value IS 18 (7.42% from 255) = 6.90%
BLUE value IS 21 (8.59% from 255) = 8.05%
R=85.06%
G=6.90%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222182100.920.910.13359.128547.06
HexDE121505C5BD167552f
Octal336222501341331554712557
Binary11011110100101010101011100101101111011011001111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1215; }

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

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

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

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

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

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

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

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