#df0e26

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

Shades of Fire Engine Red #DF0E26

Tints of Fire Engine Red #DF0E26

Color information

#DF0E26 (or 0xDF0E26) is unknown color: approx Fire Engine Red. HEX triplet: DF, 0E and 26. RGB value is (223,14,38). Sum of RGB (Red+Green+Blue) = 223+14+38=275 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.09% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0E26 is #20F1D9. Grayscale: #4F4F4F. Windows color (decimal): -2159066 or 2494175. OLE color: 2494175.

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

Color convert

RGB2231438-
CMYK00.940.830.13
HSL353.11º88.19%46.47%-
HSV(B)353.11º93.72%87.45%-
XYZ30.9416.143.32-
YUV79.23104.74230.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 81.09%
GREEN value IS 14 (5.86% from 255) = 5.09%
BLUE value IS 38 (15.23% from 255) = 13.82%
R=81.09%
G=5.09%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223143800.940.830.13353.1188.1946.47
HexDFE2605E53D161582e
Octal337164601361231554113056
Binary11011111111010011001011110101001111011011000011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df0e26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df0e26; }

 p { color: rgb(223,14,38); }

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

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

 a { background-color: rgb(223,14,38); }

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

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

 span { border-color: rgb(223,14,38); }

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