#DB060B

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

Shades of Venetian Red #DB060B

Tints of Venetian Red #DB060B

Color information

#DB060B (or 0xDB060B) is unknown color: approx Venetian Red. HEX triplet: DB, 06 and 0B. RGB value is (219,6,11). Sum of RGB (Red+Green+Blue) = 219+6+11=236 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.80% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 219 - color contains mainly: red. Hex color #DB060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB060B is #24F9F4. Grayscale: #464646. Windows color (decimal): -2423285 or 722651. OLE color: 722651.

HSL color Cylindrical-coordinate representation of color #DB060B: hue angle of 358.59º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB060B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB219611-
CMYK00.970.950.14
HSL358.59º94.67%44.12%-
HSV(B)358.59º97.26%85.88%-
XYZ29.3415.211.71-
YUV70.2694.57234.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 92.80%
GREEN value IS 6 (2.73% from 255) = 2.54%
BLUE value IS 11 (4.69% from 255) = 4.66%
R=92.80%
G=2.54%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21961100.970.950.14358.5994.6744.12
HexDB6B0615FE1675f2c
Octal33361301411371654713754
Binary11011011110101101100001101111111101011001111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB060B; }

 p { color: rgb(219,6,11); }

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

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

 a { background-color: rgb(219,6,11); }

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

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

 span { border-color: rgb(219,6,11); }

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