#DF1222

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

Shades of Fire Engine Red #DF1222

Tints of Fire Engine Red #DF1222

Color information

#DF1222 (or 0xDF1222) is unknown color: approx Fire Engine Red. HEX triplet: DF, 12 and 22. RGB value is (223,18,34). Sum of RGB (Red+Green+Blue) = 223+18+34=275 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.09% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1222 is #20EDDD. Grayscale: #515151. Windows color (decimal): -2158046 or 2233055. OLE color: 2233055.

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

Color convert

RGB2231834-
CMYK00.920.850.13
HSL355.32º85.06%47.25%-
HSV(B)355.32º91.93%87.45%-
XYZ30.9416.243.02-
YUV81.12101.42229.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 81.09%
GREEN value IS 18 (7.42% from 255) = 6.55%
BLUE value IS 34 (13.67% from 255) = 12.36%
R=81.09%
G=6.55%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223183400.920.850.13355.3285.0647.25
HexDF122205C55D163552f
Octal337224201341251554312557
Binary110111111001010001001011100101010111011011000111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1222; }

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

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

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

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

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

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

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

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