Html Css Color HEX #DB080B Venetian Red

📋 copy color: '#DB080B'

red 219 ◦ green 8 ◦ blue 11

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

Shades of Venetian Red #DB080B

Tints of Venetian Red #DB080B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.62%

R = 92.02%
G = 3.36%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB080B (or 0xDB080B) is known color: Venetian Red. HEX triplet: DB, 08 and 0B. RGB value is (219,8,11). Sum of RGB (Red+Green+Blue) = 219+8+11=238 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.02% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 219 - color contains mainly: red. Hex color #DB080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB080B is #24F7F4. Grayscale: #474747. Windows color (decimal): -2422773 or 723163. OLE color: 723163.

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

Color convert

RGB 219 8 11 -
CMYK 0 0.96 0.95 0.14
HSL 359.15º 0.93% 0.45% -
HSV(B) 359.15º 0.96% 0.86% -
XYZ 29.36 15.26 1.71 -
YUV 71.43 93.9 233.26 -
System Red Green Blue C M Y K H S L
Decimal 219 8 11 0 0.96 0.95 0.14 359.15 0.93 0.45
Hex DB 8 B 0 60 5F E 167 5D 2D
Octal 333 10 13 0 140 137 16 547 135 55
Binary 11011011 1000 1011 0 1100000 1011111 1110 101100111 1011101 101101

Color Harmonies of #DB080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB080B

Black with #DB080B

Text Example


Text Example

White with #DB080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB080B; }

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

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

background-color css

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

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

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

border-color css

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

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

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