Html Css Color HEX #DB0813 Venetian Red

📋 copy color: '#DB0813'

red 219 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #DB0813

Tints of Venetian Red #DB0813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.72%

R = 89.02%
G = 3.25%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB0813 (or 0xDB0813) is known color: Venetian Red. HEX triplet: DB, 08 and 13. RGB value is (219,8,19). Sum of RGB (Red+Green+Blue) = 219+8+19=246 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.02% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0813 is #24F7EC. Grayscale: #484848. Windows color (decimal): -2422765 or 1247451. OLE color: 1247451.

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

Color convert

RGB 219 8 19 -
CMYK 0 0.96 0.91 0.14
HSL 356.87º 0.93% 0.45% -
HSV(B) 356.87º 0.96% 0.86% -
XYZ 29.42 15.28 2.02 -
YUV 72.34 97.9 232.61 -
System Red Green Blue C M Y K H S L
Decimal 219 8 19 0 0.96 0.91 0.14 356.87 0.93 0.45
Hex DB 8 13 0 60 5B E 165 5D 2D
Octal 333 10 23 0 140 133 16 545 135 55
Binary 11011011 1000 10011 0 1100000 1011011 1110 101100101 1011101 101101

Color Harmonies of #DB0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0813

Black with #DB0813

Text Example


Text Example

White with #DB0813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0813; }

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

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

background-color css

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

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

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

border-color css

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

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

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