Html Css Color HEX #DB080D Venetian Red

📋 copy color: '#DB080D'

red 219 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #DB080D

Tints of Venetian Red #DB080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.42%

R = 91.25%
G = 3.33%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB080D (or 0xDB080D) is known color: Venetian Red. HEX triplet: DB, 08 and 0D. RGB value is (219,8,13). Sum of RGB (Red+Green+Blue) = 219+8+13=240 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.25% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 219 - color contains mainly: red. Hex color #DB080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB080D is #24F7F2. Grayscale: #474747. Windows color (decimal): -2422771 or 854235. OLE color: 854235.

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

Color convert

RGB 219 8 13 -
CMYK 0 0.96 0.94 0.14
HSL 358.58º 0.93% 0.45% -
HSV(B) 358.58º 0.96% 0.86% -
XYZ 29.37 15.26 1.78 -
YUV 71.66 94.9 233.09 -
System Red Green Blue C M Y K H S L
Decimal 219 8 13 0 0.96 0.94 0.14 358.58 0.93 0.45
Hex DB 8 D 0 60 5E E 167 5D 2D
Octal 333 10 15 0 140 136 16 547 135 55
Binary 11011011 1000 1101 0 1100000 1011110 1110 101100111 1011101 101101

Color Harmonies of #DB080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB080D

Black with #DB080D

Text Example


Text Example

White with #DB080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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