#DF0922

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

Shades of Fire Engine Red #DF0922

Tints of Fire Engine Red #DF0922

Color information

#DF0922 (or 0xDF0922) is unknown color: approx Fire Engine Red. HEX triplet: DF, 09 and 22. RGB value is (223,9,34). Sum of RGB (Red+Green+Blue) = 223+9+34=266 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.83% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0922 is #20F6DD. Grayscale: #4B4B4B. Windows color (decimal): -2160350 or 2230751. OLE color: 2230751.

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

Color convert

RGB223934-
CMYK00.960.850.13
HSL352.99º92.24%45.49%-
HSV(B)352.99º95.96%87.45%-
XYZ30.82162.98-
YUV75.84104.4232.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 83.83%
GREEN value IS 9 (3.91% from 255) = 3.38%
BLUE value IS 34 (13.67% from 255) = 12.78%
R=83.83%
G=3.38%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22393400.960.850.13352.9992.2445.49
HexDF92206055D1615c2d
Octal337114201401251554113455
Binary11011111100110001001100000101010111011011000011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0922; }

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

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

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

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

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

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

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

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