Html Css Color HEX #DB080C Venetian Red

📋 copy color: '#DB080C'

red 219 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #DB080C

Tints of Venetian Red #DB080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.02%

R = 91.63%
G = 3.35%
B = 5.02%

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

#DB080C (or 0xDB080C) is known color: Venetian Red. HEX triplet: DB, 08 and 0C. RGB value is (219,8,12). Sum of RGB (Red+Green+Blue) = 219+8+12=239 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.63% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 219 - color contains mainly: red. Hex color #DB080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB080C is #24F7F3. Grayscale: #474747. Windows color (decimal): -2422772 or 788699. OLE color: 788699.

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

Color convert

RGB 219 8 12 -
CMYK 0 0.96 0.95 0.14
HSL 358.86º 0.93% 0.45% -
HSV(B) 358.86º 0.96% 0.86% -
XYZ 29.37 15.26 1.75 -
YUV 71.55 94.4 233.17 -
System Red Green Blue C M Y K H S L
Decimal 219 8 12 0 0.96 0.95 0.14 358.86 0.93 0.45
Hex DB 8 C 0 60 5F E 167 5D 2D
Octal 333 10 14 0 140 137 16 547 135 55
Binary 11011011 1000 1100 0 1100000 1011111 1110 101100111 1011101 101101

Color Harmonies of #DB080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB080C

Black with #DB080C

Text Example


Text Example

White with #DB080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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