#DB001A

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

Shades of Venetian Red #DB001A

Tints of Venetian Red #DB001A

Color information

#DB001A (or 0xDB001A) is unknown color: approx Venetian Red. HEX triplet: DB, 00 and 1A. RGB value is (219,0,26). Sum of RGB (Red+Green+Blue) = 219+0+26=245 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.39% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 219 - color contains mainly: red. Hex color #DB001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB001A is #24FFE5. Grayscale: #444444. Windows color (decimal): -2424806 or 1704155. OLE color: 1704155.

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

Color convert

RGB219026-
CMYK010.880.14
HSL352.88º100%42.94%-
HSV(B)352.88º100%85.88%-
XYZ29.415.132.35-
YUV68.44104.05235.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 89.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 10.61%
R=89.39%
G=0%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219026010.880.14352.8810042.94
HexDB01A06458E161642b
Octal33303201441301654114453
Binary1101101101101001100100101100011101011000011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB001A; }

 p { color: rgb(219,0,26); }

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

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

 a { background-color: rgb(219,0,26); }

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

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

 span { border-color: rgb(219,0,26); }

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