Html Css Color HEX #DB0515 Venetian Red

📋 copy color: '#DB0515'

red 219 ◦ green 5 ◦ blue 21

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

Shades of Venetian Red #DB0515

Tints of Venetian Red #DB0515

RGB

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

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

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

R = 89.39%
G = 2.04%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB0515 (or 0xDB0515) is known color: Venetian Red. HEX triplet: DB, 05 and 15. RGB value is (219,5,21). Sum of RGB (Red+Green+Blue) = 219+5+21=245 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.39% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0515 is #24FAEA. Grayscale: #464646. Windows color (decimal): -2423531 or 1377755. OLE color: 1377755.

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

Color convert

RGB 219 5 21 -
CMYK 0 0.98 0.90 0.14
HSL 355.51º 0.96% 0.44% -
HSV(B) 355.51º 0.98% 0.86% -
XYZ 29.4 15.22 2.1 -
YUV 70.81 99.9 233.7 -
System Red Green Blue C M Y K H S L
Decimal 219 5 21 0 0.98 0.90 0.14 355.51 0.96 0.44
Hex DB 5 15 0 62 5A E 164 60 2C
Octal 333 5 25 0 142 132 16 544 140 54
Binary 11011011 101 10101 0 1100010 1011010 1110 101100100 1100000 101100

Color Harmonies of #DB0515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0515

Black with #DB0515

Text Example


Text Example

White with #DB0515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0515; }

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

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

background-color css

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

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

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

border-color css

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

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

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