Html Css Color HEX #DB0016 Venetian Red

📋 copy color: '#DB0016'

red 219 ◦ green 0 ◦ blue 22

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

Shades of Venetian Red #DB0016

Tints of Venetian Red #DB0016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.13%

R = 90.87%
G = 0%
B = 9.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB0016 (or 0xDB0016) is known color: Venetian Red. HEX triplet: DB, 00 and 16. RGB value is (219,0,22). Sum of RGB (Red+Green+Blue) = 219+0+22=241 (31% of max value = 765). Red value is 219 (85.94% from 255 or 90.87% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0016 is #24FFE9. Grayscale: #444444. Windows color (decimal): -2424810 or 1442011. OLE color: 1442011.

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

Color convert

RGB 219 0 22 -
CMYK 0 1 0.90 0.14
HSL 353.97º 1% 0.43% -
HSV(B) 353.97º 1% 0.86% -
XYZ 29.36 15.12 2.13 -
YUV 67.99 102.05 235.71 -
System Red Green Blue C M Y K H S L
Decimal 219 0 22 0 1 0.90 0.14 353.97 1 0.43
Hex DB 0 16 0 64 5A E 162 64 2B
Octal 333 0 26 0 144 132 16 542 144 53
Binary 11011011 0 10110 0 1100100 1011010 1110 101100010 1100100 101011

Color Harmonies of #DB0016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0016

Black with #DB0016

Text Example


Text Example

White with #DB0016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0016; }

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

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

background-color css

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

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

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

border-color css

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

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

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