#DB0104

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

Shades of Venetian Red #DB0104

Tints of Venetian Red #DB0104

Color information

#DB0104 (or 0xDB0104) is unknown color: approx Venetian Red. HEX triplet: DB, 01 and 04. RGB value is (219,1,4). Sum of RGB (Red+Green+Blue) = 219+1+4=224 (29% of max value = 765). Red value is 219 (85.94% from 255 or 97.77% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0104 is #24FEFB. Grayscale: #424242. Windows color (decimal): -2424572 or 262619. OLE color: 262619.

HSL color Cylindrical-coordinate representation of color #DB0104: hue angle of 359.17º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0104 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB21914-
CMYK01.000.980.14
HSL359.17º99.09%43.14%-
HSV(B)359.17º99.54%85.88%-
XYZ29.2515.091.49-
YUV66.5292.72236.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 97.77%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 4 (1.95% from 255) = 1.79%
R=97.77%
G=0.45%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.98
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191401.000.980.14359.1799.0943.14
HexDB1406462E167632b
Octal3331401441421654714353
Binary11011011110001100100110001011101011001111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB0104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB0104; }

 p { color: rgb(219,1,4); }

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

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

 a { background-color: rgb(219,1,4); }

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

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

 span { border-color: rgb(219,1,4); }

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