#DF060E

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

Shades of Venetian Red #DF060E

Tints of Venetian Red #DF060E

Color information

#DF060E (or 0xDF060E) is unknown color: approx Venetian Red. HEX triplet: DF, 06 and 0E. RGB value is (223,6,14). Sum of RGB (Red+Green+Blue) = 223+6+14=243 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.77% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 223 - color contains mainly: red. Hex color #DF060E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF060E is #20F9F1. Grayscale: #474747. Windows color (decimal): -2161138 or 919263. OLE color: 919263.

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

Color convert

RGB223614-
CMYK00.970.940.13
HSL357.79º94.76%44.9%-
HSV(B)357.79º97.31%87.45%-
XYZ30.5815.851.86-
YUV71.895.39235.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 91.77%
GREEN value IS 6 (2.73% from 255) = 2.47%
BLUE value IS 14 (5.86% from 255) = 5.76%
R=91.77%
G=2.47%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22361400.970.940.13357.7994.7644.9
HexDF6E0615ED1665f2d
Octal33761601411361554613755
Binary11011111110111001100001101111011011011001101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF060E; }

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

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

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

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

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

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

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

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