Html Css Color HEX #DB0109 Venetian Red

📋 copy color: '#DB0109'

red 219 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #DB0109

Tints of Venetian Red #DB0109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.93%

R = 95.63%
G = 0.44%
B = 3.93%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB0109 (or 0xDB0109) is known color: Venetian Red. HEX triplet: DB, 01 and 09. RGB value is (219,1,9). Sum of RGB (Red+Green+Blue) = 219+1+9=229 (30% of max value = 765). Red value is 219 (85.94% from 255 or 95.63% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0109 is #24FEF6. Grayscale: #434343. Windows color (decimal): -2424567 or 590299. OLE color: 590299.

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

Color convert

RGB 219 1 9 -
CMYK 0 1.00 0.96 0.14
HSL 357.8º 0.99% 0.43% -
HSV(B) 357.8º 1% 0.86% -
XYZ 29.27 15.1 1.63 -
YUV 67.09 95.22 236.35 -
System Red Green Blue C M Y K H S L
Decimal 219 1 9 0 1.00 0.96 0.14 357.8 0.99 0.43
Hex DB 1 9 0 64 60 E 166 63 2B
Octal 333 1 11 0 144 140 16 546 143 53
Binary 11011011 1 1001 0 1100100 1100000 1110 101100110 1100011 101011

Color Harmonies of #DB0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0109

Black with #DB0109

Text Example


Text Example

White with #DB0109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0109; }

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

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

background-color css

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

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

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

border-color css

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

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

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