#DF0411

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

Shades of Venetian Red #DF0411

Tints of Venetian Red #DF0411

Color information

#DF0411 (or 0xDF0411) is unknown color: approx Venetian Red. HEX triplet: DF, 04 and 11. RGB value is (223,4,17). Sum of RGB (Red+Green+Blue) = 223+4+17=244 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.39% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0411 is #20FBEE. Grayscale: #474747. Windows color (decimal): -2161647 or 1115359. OLE color: 1115359.

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

Color convert

RGB223417-
CMYK00.980.920.13
HSL356.44º96.48%44.51%-
HSV(B)356.44º98.21%87.45%-
XYZ30.5815.821.97-
YUV70.9697.55236.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 91.39%
GREEN value IS 4 (1.95% from 255) = 1.64%
BLUE value IS 17 (7.03% from 255) = 6.97%
R=91.39%
G=1.64%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22341700.980.920.13356.4496.4844.51
HexDF4110625CD164602d
Octal33742101421341554414055
Binary110111111001000101100010101110011011011001001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0411; }

 p { color: rgb(223,4,17); }

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

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

 a { background-color: rgb(223,4,17); }

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

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

 span { border-color: rgb(223,4,17); }

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