Html Css Color HEX #DB0506 Venetian Red

📋 copy color: '#DB0506'

red 219 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #DB0506

Tints of Venetian Red #DB0506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

 BLUE value IS 6 (2.73% from 255) = 2.61%

R = 95.22%
G = 2.17%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB0506 (or 0xDB0506) is known color: Venetian Red. HEX triplet: DB, 05 and 06. RGB value is (219,5,6). Sum of RGB (Red+Green+Blue) = 219+5+6=230 (30% of max value = 765). Red value is 219 (85.94% from 255 or 95.22% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0506 is #24FAF9. Grayscale: #454545. Windows color (decimal): -2423546 or 394715. OLE color: 394715.

HSL color Cylindrical-coordinate representation of color #DB0506: hue angle of 359.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0506 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 5 6 -
CMYK 0 0.98 0.97 0.14
HSL 359.72º 0.96% 0.44% -
HSV(B) 359.72º 0.98% 0.86% -
XYZ 29.3 15.18 1.56 -
YUV 69.1 92.4 234.92 -
System Red Green Blue C M Y K H S L
Decimal 219 5 6 0 0.98 0.97 0.14 359.72 0.96 0.44
Hex DB 5 6 0 62 61 E 168 60 2C
Octal 333 5 6 0 142 141 16 550 140 54
Binary 11011011 101 110 0 1100010 1100001 1110 101101000 1100000 101100

Color Harmonies of #DB0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0506

Black with #DB0506

Text Example


Text Example

White with #DB0506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0506; }

 p { color: rgb(219,5,6); }

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

background-color css

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

 a { background-color: rgb(219,5,6); }

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

border-color css

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

 span { border-color: rgb(219,5,6); }

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