Html Css Color HEX #DB0019 Venetian Red

📋 copy color: '#DB0019'

red 219 ◦ green 0 ◦ blue 25

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

Shades of Venetian Red #DB0019

Tints of Venetian Red #DB0019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 25 (10.16% from 255) = 10.25%

R = 89.75%
G = 0%
B = 10.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB0019 (or 0xDB0019) is known color: Venetian Red. HEX triplet: DB, 00 and 19. RGB value is (219,0,25). Sum of RGB (Red+Green+Blue) = 219+0+25=244 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.75% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0019 is #24FFE6. Grayscale: #444444. Windows color (decimal): -2424807 or 1638619. OLE color: 1638619.

HSL color Cylindrical-coordinate representation of color #DB0019: hue angle of 353.15º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0019 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 0 25 -
CMYK 0 1 0.89 0.14
HSL 353.15º 1% 0.43% -
HSV(B) 353.15º 1% 0.86% -
XYZ 29.39 15.13 2.29 -
YUV 68.33 103.55 235.47 -
System Red Green Blue C M Y K H S L
Decimal 219 0 25 0 1 0.89 0.14 353.15 1 0.43
Hex DB 0 19 0 64 59 E 161 64 2B
Octal 333 0 31 0 144 131 16 541 144 53
Binary 11011011 0 11001 0 1100100 1011001 1110 101100001 1100100 101011

Color Harmonies of #DB0019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0019

Black with #DB0019

Text Example


Text Example

White with #DB0019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0019; }

 p { color: rgb(219,0,25); }

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

background-color css

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

 a { background-color: rgb(219,0,25); }

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

border-color css

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

 span { border-color: rgb(219,0,25); }

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