Html Css Color HEX #DB0614 Venetian Red

📋 copy color: '#DB0614'

red 219 ◦ green 6 ◦ blue 20

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

Shades of Venetian Red #DB0614

Tints of Venetian Red #DB0614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 89.39%
G = 2.45%
B = 8.16%

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

#DB0614 (or 0xDB0614) is known color: Venetian Red. HEX triplet: DB, 06 and 14. RGB value is (219,6,20). Sum of RGB (Red+Green+Blue) = 219+6+20=245 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.39% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0614 is #24F9EB. Grayscale: #474747. Windows color (decimal): -2423276 or 1312475. OLE color: 1312475.

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

Color convert

RGB 219 6 20 -
CMYK 0 0.97 0.91 0.14
HSL 356.06º 0.95% 0.44% -
HSV(B) 356.06º 0.97% 0.86% -
XYZ 29.4 15.24 2.05 -
YUV 71.28 99.07 233.36 -
System Red Green Blue C M Y K H S L
Decimal 219 6 20 0 0.97 0.91 0.14 356.06 0.95 0.44
Hex DB 6 14 0 61 5B E 164 5F 2C
Octal 333 6 24 0 141 133 16 544 137 54
Binary 11011011 110 10100 0 1100001 1011011 1110 101100100 1011111 101100

Color Harmonies of #DB0614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0614

Black with #DB0614

Text Example


Text Example

White with #DB0614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0614; }

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

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

background-color css

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

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

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

border-color css

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

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

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