#DE0E1E

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

Shades of Fire Engine Red #DE0E1E

Tints of Fire Engine Red #DE0E1E

Color information

#DE0E1E (or 0xDE0E1E) is unknown color: approx Fire Engine Red. HEX triplet: DE, 0E and 1E. RGB value is (222,14,30). Sum of RGB (Red+Green+Blue) = 222+14+30=266 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.46% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0E1E is #21F1E1. Grayscale: #4E4E4E. Windows color (decimal): -2224610 or 1969886. OLE color: 1969886.

HSL color Cylindrical-coordinate representation of color #DE0E1E: hue angle of 355.38º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0E1E is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB2221430-
CMYK00.940.860.13
HSL355.38º88.14%46.27%-
HSV(B)355.38º93.69%87.06%-
XYZ30.5215.942.7-
YUV78.02100.91230.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 83.46%
GREEN value IS 14 (5.86% from 255) = 5.26%
BLUE value IS 30 (12.11% from 255) = 11.28%
R=83.46%
G=5.26%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222143000.940.860.13355.3888.1446.27
HexDEE1E05E56D163582e
Octal336163601361261554313056
Binary1101111011101111001011110101011011011011000111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0E1E; }

 p { color: rgb(222,14,30); }

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

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

 a { background-color: rgb(222,14,30); }

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

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

 span { border-color: rgb(222,14,30); }

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