#DE0F28

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

Shades of Fire Engine Red #DE0F28

Tints of Fire Engine Red #DE0F28

Color information

#DE0F28 (or 0xDE0F28) is unknown color: approx Fire Engine Red. HEX triplet: DE, 0F and 28. RGB value is (222,15,40). Sum of RGB (Red+Green+Blue) = 222+15+40=277 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.14% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0F28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0F28 is #21F0D7. Grayscale: #4F4F4F. Windows color (decimal): -2224344 or 2625502. OLE color: 2625502.

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

Color convert

RGB2221540-
CMYK00.930.820.13
HSL352.75º87.34%46.47%-
HSV(B)352.75º93.24%87.06%-
XYZ30.6816.023.48-
YUV79.74105.58229.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 80.14%
GREEN value IS 15 (6.25% from 255) = 5.42%
BLUE value IS 40 (16.02% from 255) = 14.44%
R=80.14%
G=5.42%
B=14.44%

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
Decimal222154000.930.820.13352.7587.3446.47
HexDEF2805D52D161572e
Octal336175001351221554112756
Binary11011110111110100001011101101001011011011000011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0F28; }

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

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

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

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

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

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

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

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