Html Css Color HEX #DB0609 Venetian Red

📋 copy color: '#DB0609'

red 219 ◦ green 6 ◦ blue 9

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

Shades of Venetian Red #DB0609

Tints of Venetian Red #DB0609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.56%

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

R = 93.59%
G = 2.56%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB0609 (or 0xDB0609) is known color: Venetian Red. HEX triplet: DB, 06 and 09. RGB value is (219,6,9). Sum of RGB (Red+Green+Blue) = 219+6+9=234 (30% of max value = 765). Red value is 219 (85.94% from 255 or 93.59% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0609 is #24F9F6. Grayscale: #464646. Windows color (decimal): -2423287 or 591579. OLE color: 591579.

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

Color convert

RGB 219 6 9 -
CMYK 0 0.97 0.96 0.14
HSL 359.15º 0.95% 0.44% -
HSV(B) 359.15º 0.97% 0.86% -
XYZ 29.33 15.21 1.65 -
YUV 70.03 93.57 234.26 -
System Red Green Blue C M Y K H S L
Decimal 219 6 9 0 0.97 0.96 0.14 359.15 0.95 0.44
Hex DB 6 9 0 61 60 E 167 5F 2C
Octal 333 6 11 0 141 140 16 547 137 54
Binary 11011011 110 1001 0 1100001 1100000 1110 101100111 1011111 101100

Color Harmonies of #DB0609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0609

Black with #DB0609

Text Example


Text Example

White with #DB0609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0609; }

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

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

background-color css

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

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

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

border-color css

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

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

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