#DE1E23

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

Shades of Fire Engine Red #DE1E23

Tints of Fire Engine Red #DE1E23

Color information

#DE1E23 (or 0xDE1E23) is unknown color: approx Fire Engine Red. HEX triplet: DE, 1E and 23. RGB value is (222,30,35). Sum of RGB (Red+Green+Blue) = 222+30+35=287 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.35% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1E23 is #21E1DC. Grayscale: #585858. Windows color (decimal): -2220509 or 2301662. OLE color: 2301662.

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

Color convert

RGB2223035-
CMYK00.860.840.13
HSL358.44º76.19%49.41%-
HSV(B)358.44º86.49%87.06%-
XYZ30.8916.583.16-
YUV87.9898.11223.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 77.35%
GREEN value IS 30 (12.11% from 255) = 10.45%
BLUE value IS 35 (14.06% from 255) = 12.20%
R=77.35%
G=10.45%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222303500.860.840.13358.4476.1949.41
HexDE1E2305654D1664c31
Octal336364301261241554611461
Binary110111101111010001101010110101010011011011001101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1E23; }

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

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

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

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

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

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

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

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