#DE181A

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

Shades of Fire Engine Red #DE181A

Tints of Fire Engine Red #DE181A

Color information

#DE181A (or 0xDE181A) is unknown color: approx Fire Engine Red. HEX triplet: DE, 18 and 1A. RGB value is (222,24,26). Sum of RGB (Red+Green+Blue) = 222+24+26=272 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.62% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 222 - color contains mainly: red. Hex color #DE181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE181A is #21E7E5. Grayscale: #535353. Windows color (decimal): -2222054 or 1710302. OLE color: 1710302.

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

Color convert

RGB2222426-
CMYK00.890.880.13
HSL359.39º80.49%48.24%-
HSV(B)359.39º89.19%87.06%-
XYZ30.6416.262.5-
YUV83.4395.6226.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 81.62%
GREEN value IS 24 (9.77% from 255) = 8.82%
BLUE value IS 26 (10.55% from 255) = 9.56%
R=81.62%
G=8.82%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222242600.890.880.13359.3980.4948.24
HexDE181A05958D1675030
Octal336303201311301554712060
Binary11011110110001101001011001101100011011011001111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE181A; }

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

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

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

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

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

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

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

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