Html Css Color HEX #DB0819 Venetian Red

📋 copy color: '#DB0819'

red 219 ◦ green 8 ◦ blue 25

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

Shades of Venetian Red #DB0819

Tints of Venetian Red #DB0819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 86.9%
G = 3.17%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB0819 (or 0xDB0819) is known color: Venetian Red. HEX triplet: DB, 08 and 19. RGB value is (219,8,25). Sum of RGB (Red+Green+Blue) = 219+8+25=252 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.90% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0819 is #24F7E6. Grayscale: #494949. Windows color (decimal): -2422759 or 1640667. OLE color: 1640667.

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

Color convert

RGB 219 8 25 -
CMYK 0 0.96 0.89 0.14
HSL 355.17º 0.93% 0.45% -
HSV(B) 355.17º 0.96% 0.86% -
XYZ 29.48 15.3 2.32 -
YUV 73.03 100.9 232.12 -
System Red Green Blue C M Y K H S L
Decimal 219 8 25 0 0.96 0.89 0.14 355.17 0.93 0.45
Hex DB 8 19 0 60 59 E 163 5D 2D
Octal 333 10 31 0 140 131 16 543 135 55
Binary 11011011 1000 11001 0 1100000 1011001 1110 101100011 1011101 101101

Color Harmonies of #DB0819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0819

Black with #DB0819

Text Example


Text Example

White with #DB0819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0819; }

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

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

background-color css

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

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

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

border-color css

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

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

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