Html Css Color HEX #DB0811 Venetian Red

📋 copy color: '#DB0811'

red 219 ◦ green 8 ◦ blue 17

#DB0811
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #DB0811

Tints of Venetian Red #DB0811

RGB

 RED value IS 219 (85.94% from 255) = 89.75%

 GREEN value IS 8 (3.52% from 255) = 3.28%

 BLUE value IS 17 (7.03% from 255) = 6.97%

R = 89.75%
G = 3.28%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB0811 (or 0xDB0811) is known color: Venetian Red. HEX triplet: DB, 08 and 11. RGB value is (219,8,17). Sum of RGB (Red+Green+Blue) = 219+8+17=244 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.75% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0811 is #24F7EE. Grayscale: #484848. Windows color (decimal): -2422767 or 1116379. OLE color: 1116379.

HSL color Cylindrical-coordinate representation of color #DB0811: hue angle of 357.44º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0811 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 8 17 -
CMYK 0 0.96 0.92 0.14
HSL 357.44º 0.93% 0.45% -
HSV(B) 357.44º 0.96% 0.86% -
XYZ 29.4 15.27 1.93 -
YUV 72.12 96.9 232.77 -
System Red Green Blue C M Y K H S L
Decimal 219 8 17 0 0.96 0.92 0.14 357.44 0.93 0.45
Hex DB 8 11 0 60 5C E 165 5D 2D
Octal 333 10 21 0 140 134 16 545 135 55
Binary 11011011 1000 10001 0 1100000 1011100 1110 101100101 1011101 101101

Color Harmonies of #DB0811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0811

Black with #DB0811

Text Example


Text Example

White with #DB0811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0811; }

 p { color: rgb(219,8,17); }

 H1.HeaderClassName
 {
   color: #DB0811;
 }
 .AnyTagClassName
 {
   color: #DB0811;
 }
</style>

background-color css

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

 a { background-color: rgb(219,8,17); }

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

border-color css

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

 span { border-color: rgb(219,8,17); }

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