#DE0E1A

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

Shades of Fire Engine Red #DE0E1A

Tints of Fire Engine Red #DE0E1A

Color information

#DE0E1A (or 0xDE0E1A) is unknown color: approx Fire Engine Red. HEX triplet: DE, 0E and 1A. RGB value is (222,14,26). Sum of RGB (Red+Green+Blue) = 222+14+26=262 (34% of max value = 765). Red value is 222 (87.11% from 255 or 84.73% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0E1A is #21F1E5. Grayscale: #4D4D4D. Windows color (decimal): -2224614 or 1707742. OLE color: 1707742.

HSL color Cylindrical-coordinate representation of color #DE0E1A: hue angle of 356.54º 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 #DE0E1A is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB2221426-
CMYK00.940.880.13
HSL356.54º88.14%46.27%-
HSV(B)356.54º93.69%87.06%-
XYZ30.4715.922.44-
YUV77.5698.91231.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 84.73%
GREEN value IS 14 (5.86% from 255) = 5.34%
BLUE value IS 26 (10.55% from 255) = 9.92%
R=84.73%
G=5.34%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222142600.940.880.13356.5488.1446.27
HexDEE1A05E58D165582e
Octal336163201361301554513056
Binary1101111011101101001011110101100011011011001011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0E1A; }

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

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

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

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

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

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

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

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