#DB060A

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

Shades of Venetian Red #DB060A

Tints of Venetian Red #DB060A

Color information

#DB060A (or 0xDB060A) is unknown color: approx Venetian Red. HEX triplet: DB, 06 and 0A. RGB value is (219,6,10). Sum of RGB (Red+Green+Blue) = 219+6+10=235 (31% of max value = 765). Red value is 219 (85.94% from 255 or 93.19% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 219 - color contains mainly: red. Hex color #DB060A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB060A is #24F9F5. Grayscale: #464646. Windows color (decimal): -2423286 or 657115. OLE color: 657115.

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

Color convert

RGB219610-
CMYK00.970.950.14
HSL358.87º94.67%44.12%-
HSV(B)358.87º97.26%85.88%-
XYZ29.3315.211.68-
YUV70.1494.07234.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 93.19%
GREEN value IS 6 (2.73% from 255) = 2.55%
BLUE value IS 10 (4.30% from 255) = 4.26%
R=93.19%
G=2.55%
B=4.26%

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
Decimal21961000.970.950.14358.8794.6744.12
HexDB6A0615FE1675f2c
Octal33361201411371654713754
Binary11011011110101001100001101111111101011001111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB060A; }

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

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

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

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

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

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

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

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