Html Css Color HEX #DB0911 Venetian Red

📋 copy color: '#DB0911'

red 219 ◦ green 9 ◦ blue 17

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

Shades of Venetian Red #DB0911

Tints of Venetian Red #DB0911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.67%

 BLUE value IS 17 (7.03% from 255) = 6.94%

R = 89.39%
G = 3.67%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB0911 (or 0xDB0911) is known color: Venetian Red. HEX triplet: DB, 09 and 11. RGB value is (219,9,17). Sum of RGB (Red+Green+Blue) = 219+9+17=245 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.39% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0911 is #24F6EE. Grayscale: #484848. Windows color (decimal): -2422511 or 1116635. OLE color: 1116635.

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

Color convert

RGB 219 9 17 -
CMYK 0 0.96 0.92 0.14
HSL 357.71º 0.92% 0.45% -
HSV(B) 357.71º 0.96% 0.86% -
XYZ 29.41 15.3 1.93 -
YUV 72.7 96.57 232.35 -
System Red Green Blue C M Y K H S L
Decimal 219 9 17 0 0.96 0.92 0.14 357.71 0.92 0.45
Hex DB 9 11 0 60 5C E 166 5C 2D
Octal 333 11 21 0 140 134 16 546 134 55
Binary 11011011 1001 10001 0 1100000 1011100 1110 101100110 1011100 101101

Color Harmonies of #DB0911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0911

Black with #DB0911

Text Example


Text Example

White with #DB0911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0911; }

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

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

background-color css

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

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

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

border-color css

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

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

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