Html Css Color HEX #DB090B Venetian Red

📋 copy color: '#DB090B'

red 219 ◦ green 9 ◦ blue 11

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

Shades of Venetian Red #DB090B

Tints of Venetian Red #DB090B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.6%

R = 91.63%
G = 3.77%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB090B (or 0xDB090B) is known color: Venetian Red. HEX triplet: DB, 09 and 0B. RGB value is (219,9,11). Sum of RGB (Red+Green+Blue) = 219+9+11=239 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.63% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 219 - color contains mainly: red. Hex color #DB090B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB090B is #24F6F4. Grayscale: #484848. Windows color (decimal): -2422517 or 723419. OLE color: 723419.

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

Color convert

RGB 219 9 11 -
CMYK 0 0.96 0.95 0.14
HSL 359.43º 0.92% 0.45% -
HSV(B) 359.43º 0.96% 0.86% -
XYZ 29.37 15.28 1.72 -
YUV 72.02 93.57 232.84 -
System Red Green Blue C M Y K H S L
Decimal 219 9 11 0 0.96 0.95 0.14 359.43 0.92 0.45
Hex DB 9 B 0 60 5F E 167 5C 2D
Octal 333 11 13 0 140 137 16 547 134 55
Binary 11011011 1001 1011 0 1100000 1011111 1110 101100111 1011100 101101

Color Harmonies of #DB090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB090B

Black with #DB090B

Text Example


Text Example

White with #DB090B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB090B; }

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

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

background-color css

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

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

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

border-color css

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

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

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