#DE1224

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

Shades of Fire Engine Red #DE1224

Tints of Fire Engine Red #DE1224

Color information

#DE1224 (or 0xDE1224) is unknown color: approx Fire Engine Red. HEX triplet: DE, 12 and 24. RGB value is (222,18,36). Sum of RGB (Red+Green+Blue) = 222+18+36=276 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.43% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1224 is #21EDDB. Grayscale: #515151. Windows color (decimal): -2223580 or 2364126. OLE color: 2364126.

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

Color convert

RGB2221836-
CMYK00.920.840.13
HSL354.71º85%47.06%-
HSV(B)354.71º91.89%87.06%-
XYZ30.6616.093.16-
YUV81.05102.59228.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 80.43%
GREEN value IS 18 (7.42% from 255) = 6.52%
BLUE value IS 36 (14.45% from 255) = 13.04%
R=80.43%
G=6.52%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222183600.920.840.13354.718547.06
HexDE122405C54D163552f
Octal336224401341241554312557
Binary110111101001010010001011100101010011011011000111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1224; }

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

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

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

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

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

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

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

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