#DF0E22

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

Shades of Fire Engine Red #DF0E22

Tints of Fire Engine Red #DF0E22

Color information

#DF0E22 (or 0xDF0E22) is unknown color: approx Fire Engine Red. HEX triplet: DF, 0E and 22. RGB value is (223,14,34). Sum of RGB (Red+Green+Blue) = 223+14+34=271 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.29% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0E22 is #20F1DD. Grayscale: #4E4E4E. Windows color (decimal): -2159070 or 2232031. OLE color: 2232031.

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

Color convert

RGB2231434-
CMYK00.940.850.13
HSL354.26º88.19%46.47%-
HSV(B)354.26º93.72%87.45%-
XYZ30.8816.123-
YUV78.77102.74230.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 82.29%
GREEN value IS 14 (5.86% from 255) = 5.17%
BLUE value IS 34 (13.67% from 255) = 12.55%
R=82.29%
G=5.17%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223143400.940.850.13354.2688.1946.47
HexDFE2205E55D162582e
Octal337164201361251554213056
Binary11011111111010001001011110101010111011011000101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0E22; }

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

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

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

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

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

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

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

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