#df0e28

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

Shades of Fire Engine Red #DF0E28

Tints of Fire Engine Red #DF0E28

Color information

#DF0E28 (or 0xDF0E28) is unknown color: approx Fire Engine Red. HEX triplet: DF, 0E and 28. RGB value is (223,14,40). Sum of RGB (Red+Green+Blue) = 223+14+40=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0E28 is #20F1D7. Grayscale: #4F4F4F. Windows color (decimal): -2159064 or 2625247. OLE color: 2625247.

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

Color convert

RGB2231440-
CMYK00.940.820.13
HSL352.54º88.19%46.47%-
HSV(B)352.54º93.72%87.45%-
XYZ30.9716.163.49-
YUV79.46105.74230.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 80.51%
GREEN value IS 14 (5.86% from 255) = 5.05%
BLUE value IS 40 (16.02% from 255) = 14.44%
R=80.51%
G=5.05%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223144000.940.820.13352.5488.1946.47
HexDFE2805E52D161582e
Octal337165001361221554113056
Binary11011111111010100001011110101001011011011000011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df0e28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df0e28; }

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

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

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

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

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

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

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

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