#DF0609

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

Shades of Venetian Red #DF0609

Tints of Venetian Red #DF0609

Color information

#DF0609 (or 0xDF0609) is unknown color: approx Venetian Red. HEX triplet: DF, 06 and 09. RGB value is (223,6,9). Sum of RGB (Red+Green+Blue) = 223+6+9=238 (31% of max value = 765). Red value is 223 (87.5% from 255 or 93.70% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0609 is #20F9F6. Grayscale: #474747. Windows color (decimal): -2161143 or 591583. OLE color: 591583.

HSL color Cylindrical-coordinate representation of color #DF0609: hue angle of 359.17º 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 #DF0609 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB22369-
CMYK00.970.960.13
HSL359.17º94.76%44.9%-
HSV(B)359.17º97.31%87.45%-
XYZ30.5515.841.71-
YUV71.2292.89236.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 93.70%
GREEN value IS 6 (2.73% from 255) = 2.52%
BLUE value IS 9 (3.91% from 255) = 3.78%
R=93.70%
G=2.52%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236900.970.960.13359.1794.7644.9
HexDF6906160D1675f2d
Octal33761101411401554713755
Binary11011111110100101100001110000011011011001111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0609; }

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

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

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

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

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

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

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

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