Html Css Color HEX #DB0713 Venetian Red

📋 copy color: '#DB0713'

red 219 ◦ green 7 ◦ blue 19

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

Shades of Venetian Red #DB0713

Tints of Venetian Red #DB0713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.86%

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

R = 89.39%
G = 2.86%
B = 7.76%

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

#DB0713 (or 0xDB0713) is known color: Venetian Red. HEX triplet: DB, 07 and 13. RGB value is (219,7,19). Sum of RGB (Red+Green+Blue) = 219+7+19=245 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.39% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0713 is #24F8EC. Grayscale: #474747. Windows color (decimal): -2423021 or 1247195. OLE color: 1247195.

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

Color convert

RGB 219 7 19 -
CMYK 0 0.97 0.91 0.14
HSL 356.6º 0.94% 0.44% -
HSV(B) 356.6º 0.97% 0.86% -
XYZ 29.41 15.26 2.01 -
YUV 71.76 98.24 233.02 -
System Red Green Blue C M Y K H S L
Decimal 219 7 19 0 0.97 0.91 0.14 356.6 0.94 0.44
Hex DB 7 13 0 61 5B E 165 5E 2C
Octal 333 7 23 0 141 133 16 545 136 54
Binary 11011011 111 10011 0 1100001 1011011 1110 101100101 1011110 101100

Color Harmonies of #DB0713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0713

Black with #DB0713

Text Example


Text Example

White with #DB0713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0713; }

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

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

background-color css

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

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

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

border-color css

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

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

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