Html Css Color HEX #DB0615 Venetian Red

📋 copy color: '#DB0615'

red 219 ◦ green 6 ◦ blue 21

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

Shades of Venetian Red #DB0615

Tints of Venetian Red #DB0615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.54%

R = 89.02%
G = 2.44%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB0615 (or 0xDB0615) is known color: Venetian Red. HEX triplet: DB, 06 and 15. RGB value is (219,6,21). Sum of RGB (Red+Green+Blue) = 219+6+21=246 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.02% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0615 is #24F9EA. Grayscale: #474747. Windows color (decimal): -2423275 or 1378011. OLE color: 1378011.

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

Color convert

RGB 219 6 21 -
CMYK 0 0.97 0.90 0.14
HSL 355.77º 0.95% 0.44% -
HSV(B) 355.77º 0.97% 0.86% -
XYZ 29.41 15.24 2.1 -
YUV 71.4 99.57 233.28 -
System Red Green Blue C M Y K H S L
Decimal 219 6 21 0 0.97 0.90 0.14 355.77 0.95 0.44
Hex DB 6 15 0 61 5A E 164 5F 2C
Octal 333 6 25 0 141 132 16 544 137 54
Binary 11011011 110 10101 0 1100001 1011010 1110 101100100 1011111 101100

Color Harmonies of #DB0615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0615

Black with #DB0615

Text Example


Text Example

White with #DB0615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0615; }

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

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

background-color css

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

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

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

border-color css

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

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

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