#DF0608

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

Shades of Venetian Red #DF0608

Tints of Venetian Red #DF0608

Color information

#DF0608 (or 0xDF0608) is unknown color: approx Venetian Red. HEX triplet: DF, 06 and 08. RGB value is (223,6,8). Sum of RGB (Red+Green+Blue) = 223+6+8=237 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.09% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0608 is #20F9F7. Grayscale: #474747. Windows color (decimal): -2161144 or 526047. OLE color: 526047.

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

Color convert

RGB22368-
CMYK00.970.960.13
HSL359.45º94.76%44.9%-
HSV(B)359.45º97.31%87.45%-
XYZ30.5415.841.68-
YUV71.1192.39236.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 94.09%
GREEN value IS 6 (2.73% from 255) = 2.53%
BLUE value IS 8 (3.52% from 255) = 3.38%
R=94.09%
G=2.53%
B=3.38%

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
Decimal2236800.970.960.13359.4594.7644.9
HexDF6806160D1675f2d
Octal33761001411401554713755
Binary11011111110100001100001110000011011011001111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0608; }

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

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

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

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

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

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

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

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