#DB011C

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

Shades of Venetian Red #DB011C

Tints of Venetian Red #DB011C

Color information

#DB011C (or 0xDB011C) is unknown color: approx Venetian Red. HEX triplet: DB, 01 and 1C. RGB value is (219,1,28). Sum of RGB (Red+Green+Blue) = 219+1+28=248 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.31% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 219 - color contains mainly: red. Hex color #DB011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB011C is #24FEE3. Grayscale: #454545. Windows color (decimal): -2424548 or 1835483. OLE color: 1835483.

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

Color convert

RGB219128-
CMYK01.000.870.14
HSL352.57º99.09%43.14%-
HSV(B)352.57º99.54%85.88%-
XYZ29.4315.172.47-
YUV69.26104.72234.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 88.31%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 28 (11.33% from 255) = 11.29%
R=88.31%
G=0.40%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.87
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912801.000.870.14352.5799.0943.14
HexDB11C06457E161632b
Octal33313401441271654114353
Binary1101101111110001100100101011111101011000011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB011C; }

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

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

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

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

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

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

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

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