#DE0F29

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

Shades of Fire Engine Red #DE0F29

Tints of Fire Engine Red #DE0F29

Color information

#DE0F29 (or 0xDE0F29) is unknown color: approx Fire Engine Red. HEX triplet: DE, 0F and 29. RGB value is (222,15,41). Sum of RGB (Red+Green+Blue) = 222+15+41=278 (36% of max value = 765). Red value is 222 (87.11% from 255 or 79.86% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0F29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0F29 is #21F0D6. Grayscale: #4F4F4F. Windows color (decimal): -2224343 or 2691038. OLE color: 2691038.

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

Color convert

RGB2221541-
CMYK00.930.820.13
HSL352.46º87.34%46.47%-
HSV(B)352.46º93.24%87.06%-
XYZ30.716.033.57-
YUV79.86106.08229.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 79.86%
GREEN value IS 15 (6.25% from 255) = 5.40%
BLUE value IS 41 (16.41% from 255) = 14.75%
R=79.86%
G=5.40%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222154100.930.820.13352.4687.3446.47
HexDEF2905D52D160572e
Octal336175101351221554012756
Binary11011110111110100101011101101001011011011000001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0F29; }

 p { color: rgb(222,15,41); }

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

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

 a { background-color: rgb(222,15,41); }

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

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

 span { border-color: rgb(222,15,41); }

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