Html Css Color HEX #DB0009 Venetian Red

📋 copy color: '#DB0009'

red 219 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #DB0009

Tints of Venetian Red #DB0009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 96.05%
G = 0%
B = 3.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB0009 (or 0xDB0009) is known color: Venetian Red. HEX triplet: DB, 00 and 09. RGB value is (219,0,9). Sum of RGB (Red+Green+Blue) = 219+0+9=228 (30% of max value = 765). Red value is 219 (85.94% from 255 or 96.05% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0009 is #24FFF6. Grayscale: #424242. Windows color (decimal): -2424823 or 590043. OLE color: 590043.

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

Color convert

RGB 219 0 9 -
CMYK 0 1 0.96 0.14
HSL 357.53º 1% 0.43% -
HSV(B) 357.53º 1% 0.86% -
XYZ 29.26 15.08 1.63 -
YUV 66.51 95.55 236.77 -
System Red Green Blue C M Y K H S L
Decimal 219 0 9 0 1 0.96 0.14 357.53 1 0.43
Hex DB 0 9 0 64 60 E 166 64 2B
Octal 333 0 11 0 144 140 16 546 144 53
Binary 11011011 0 1001 0 1100100 1100000 1110 101100110 1100100 101011

Color Harmonies of #DB0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0009

Black with #DB0009

Text Example


Text Example

White with #DB0009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0009; }

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

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

background-color css

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

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

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

border-color css

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

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

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