Html Css Color HEX #DB0613 Venetian Red

📋 copy color: '#DB0613'

red 219 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #DB0613

Tints of Venetian Red #DB0613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.46%

 BLUE value IS 19 (7.81% from 255) = 7.79%

R = 89.75%
G = 2.46%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB0613 (or 0xDB0613) is known color: Venetian Red. HEX triplet: DB, 06 and 13. RGB value is (219,6,19). Sum of RGB (Red+Green+Blue) = 219+6+19=244 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.75% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0613 is #24F9EC. Grayscale: #474747. Windows color (decimal): -2423277 or 1246939. OLE color: 1246939.

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

Color convert

RGB 219 6 19 -
CMYK 0 0.97 0.91 0.14
HSL 356.34º 0.95% 0.44% -
HSV(B) 356.34º 0.97% 0.86% -
XYZ 29.4 15.24 2.01 -
YUV 71.17 98.57 233.44 -
System Red Green Blue C M Y K H S L
Decimal 219 6 19 0 0.97 0.91 0.14 356.34 0.95 0.44
Hex DB 6 13 0 61 5B E 164 5F 2C
Octal 333 6 23 0 141 133 16 544 137 54
Binary 11011011 110 10011 0 1100001 1011011 1110 101100100 1011111 101100

Color Harmonies of #DB0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0613

Black with #DB0613

Text Example


Text Example

White with #DB0613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0613; }

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

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

background-color css

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

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

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

border-color css

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

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

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