Html Css Color HEX #DB0110 Venetian Red

📋 copy color: '#DB0110'

red 219 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #DB0110

Tints of Venetian Red #DB0110

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 16 (6.64% from 255) = 6.78%

R = 92.8%
G = 0.42%
B = 6.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB0110 (or 0xDB0110) is known color: Venetian Red. HEX triplet: DB, 01 and 10. RGB value is (219,1,16). Sum of RGB (Red+Green+Blue) = 219+1+16=236 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.80% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0110 is #24FEEF. Grayscale: #444444. Windows color (decimal): -2424560 or 1049051. OLE color: 1049051.

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

Color convert

RGB 219 1 16 -
CMYK 0 1.00 0.93 0.14
HSL 355.87º 0.99% 0.43% -
HSV(B) 355.87º 1% 0.86% -
XYZ 29.32 15.12 1.86 -
YUV 67.89 98.72 235.78 -
System Red Green Blue C M Y K H S L
Decimal 219 1 16 0 1.00 0.93 0.14 355.87 0.99 0.43
Hex DB 1 10 0 64 5D E 164 63 2B
Octal 333 1 20 0 144 135 16 544 143 53
Binary 11011011 1 10000 0 1100100 1011101 1110 101100100 1100011 101011

Color Harmonies of #DB0110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0110

Black with #DB0110

Text Example


Text Example

White with #DB0110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0110; }

 p { color: rgb(219,1,16); }

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

background-color css

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

 a { background-color: rgb(219,1,16); }

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

border-color css

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

 span { border-color: rgb(219,1,16); }

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