#DF060F

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

Shades of Venetian Red #DF060F

Tints of Venetian Red #DF060F

Color information

#DF060F (or 0xDF060F) is unknown color: approx Venetian Red. HEX triplet: DF, 06 and 0F. RGB value is (223,6,15). Sum of RGB (Red+Green+Blue) = 223+6+15=244 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.39% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 223 - color contains mainly: red. Hex color #DF060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF060F is #20F9F0. Grayscale: #484848. Windows color (decimal): -2161137 or 984799. OLE color: 984799.

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

Color convert

RGB223615-
CMYK00.970.930.13
HSL357.51º94.76%44.9%-
HSV(B)357.51º97.31%87.45%-
XYZ30.5815.851.9-
YUV71.9195.89235.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 91.39%
GREEN value IS 6 (2.73% from 255) = 2.46%
BLUE value IS 15 (6.25% from 255) = 6.15%
R=91.39%
G=2.46%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22361500.970.930.13357.5194.7644.9
HexDF6F0615DD1665f2d
Octal33761701411351554613755
Binary11011111110111101100001101110111011011001101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF060F; }

 p { color: rgb(223,6,15); }

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

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

 a { background-color: rgb(223,6,15); }

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

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

 span { border-color: rgb(223,6,15); }

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