Html Css Color HEX #DB0518 Venetian Red

📋 copy color: '#DB0518'

red 219 ◦ green 5 ◦ blue 24

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

Shades of Venetian Red #DB0518

Tints of Venetian Red #DB0518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.68%

R = 88.31%
G = 2.02%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB0518 (or 0xDB0518) is known color: Venetian Red. HEX triplet: DB, 05 and 18. RGB value is (219,5,24). Sum of RGB (Red+Green+Blue) = 219+5+24=248 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.31% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0518 is #24FAE7. Grayscale: #474747. Windows color (decimal): -2423528 or 1574363. OLE color: 1574363.

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

Color convert

RGB 219 5 24 -
CMYK 0 0.98 0.89 0.14
HSL 354.67º 0.96% 0.44% -
HSV(B) 354.67º 0.98% 0.86% -
XYZ 29.43 15.23 2.25 -
YUV 71.15 101.4 233.46 -
System Red Green Blue C M Y K H S L
Decimal 219 5 24 0 0.98 0.89 0.14 354.67 0.96 0.44
Hex DB 5 18 0 62 59 E 163 60 2C
Octal 333 5 30 0 142 131 16 543 140 54
Binary 11011011 101 11000 0 1100010 1011001 1110 101100011 1100000 101100

Color Harmonies of #DB0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0518

Black with #DB0518

Text Example


Text Example

White with #DB0518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0518; }

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

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

background-color css

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

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

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

border-color css

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

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

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