#DF0120

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

Shades of Venetian Red #DF0120

Tints of Venetian Red #DF0120

Color information

#DF0120 (or 0xDF0120) is unknown color: approx Venetian Red. HEX triplet: DF, 01 and 20. RGB value is (223,1,32). Sum of RGB (Red+Green+Blue) = 223+1+32=256 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.11% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0120 is #20FEDF. Grayscale: #474747. Windows color (decimal): -2162400 or 2097631. OLE color: 2097631.

HSL color Cylindrical-coordinate representation of color #DF0120: hue angle of 351.62º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0120 is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB223132-
CMYK01.000.860.13
HSL351.62º99.11%43.92%-
HSV(B)351.62º99.55%87.45%-
XYZ30.715.812.8-
YUV70.91106.05236.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 87.11%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 32 (12.89% from 255) = 12.5%
R=87.11%
G=0.39%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313201.000.860.13351.6299.1143.92
HexDF12006456D160632c
Octal33714001441261554014354
Binary11011111110000001100100101011011011011000001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0120; }

 p { color: rgb(223,1,32); }

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

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

 a { background-color: rgb(223,1,32); }

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

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

 span { border-color: rgb(223,1,32); }

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