Html Css Color HEX #DB0910 Venetian Red

📋 copy color: '#DB0910'

red 219 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #DB0910

Tints of Venetian Red #DB0910

RGB

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

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

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

R = 89.75%
G = 3.69%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB0910 (or 0xDB0910) is known color: Venetian Red. HEX triplet: DB, 09 and 10. RGB value is (219,9,16). Sum of RGB (Red+Green+Blue) = 219+9+16=244 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.75% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0910 is #24F6EF. Grayscale: #484848. Windows color (decimal): -2422512 or 1051099. OLE color: 1051099.

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

Color convert

RGB 219 9 16 -
CMYK 0 0.96 0.93 0.14
HSL 358º 0.92% 0.45% -
HSV(B) 358º 0.96% 0.86% -
XYZ 29.4 15.29 1.89 -
YUV 72.59 96.07 232.43 -
System Red Green Blue C M Y K H S L
Decimal 219 9 16 0 0.96 0.93 0.14 358 0.92 0.45
Hex DB 9 10 0 60 5D E 166 5C 2D
Octal 333 11 20 0 140 135 16 546 134 55
Binary 11011011 1001 10000 0 1100000 1011101 1110 101100110 1011100 101101

Color Harmonies of #DB0910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0910

Black with #DB0910

Text Example


Text Example

White with #DB0910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0910; }

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

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

background-color css

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

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

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

border-color css

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

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

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