Html Css Color HEX #DB0810 Venetian Red

📋 copy color: '#DB0810'

red 219 ◦ green 8 ◦ blue 16

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

Shades of Venetian Red #DB0810

Tints of Venetian Red #DB0810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 90.12%
G = 3.29%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB0810 (or 0xDB0810) is known color: Venetian Red. HEX triplet: DB, 08 and 10. RGB value is (219,8,16). Sum of RGB (Red+Green+Blue) = 219+8+16=243 (32% of max value = 765). Red value is 219 (85.94% from 255 or 90.12% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0810 is #24F7EF. Grayscale: #484848. Windows color (decimal): -2422768 or 1050843. OLE color: 1050843.

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

Color convert

RGB 219 8 16 -
CMYK 0 0.96 0.93 0.14
HSL 357.73º 0.93% 0.45% -
HSV(B) 357.73º 0.96% 0.86% -
XYZ 29.39 15.27 1.89 -
YUV 72 96.4 232.85 -
System Red Green Blue C M Y K H S L
Decimal 219 8 16 0 0.96 0.93 0.14 357.73 0.93 0.45
Hex DB 8 10 0 60 5D E 166 5D 2D
Octal 333 10 20 0 140 135 16 546 135 55
Binary 11011011 1000 10000 0 1100000 1011101 1110 101100110 1011101 101101

Color Harmonies of #DB0810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0810

Black with #DB0810

Text Example


Text Example

White with #DB0810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0810; }

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

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

background-color css

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

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

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

border-color css

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

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

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