Html Css Color HEX #DB0411 Venetian Red

📋 copy color: '#DB0411'

red 219 ◦ green 4 ◦ blue 17

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

Shades of Venetian Red #DB0411

Tints of Venetian Red #DB0411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 91.25%
G = 1.67%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB0411 (or 0xDB0411) is known color: Venetian Red. HEX triplet: DB, 04 and 11. RGB value is (219,4,17). Sum of RGB (Red+Green+Blue) = 219+4+17=240 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.25% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0411 is #24FBEE. Grayscale: #454545. Windows color (decimal): -2423791 or 1115355. OLE color: 1115355.

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

Color convert

RGB 219 4 17 -
CMYK 0 0.98 0.92 0.14
HSL 356.37º 0.96% 0.44% -
HSV(B) 356.37º 0.98% 0.86% -
XYZ 29.36 15.19 1.91 -
YUV 69.77 98.23 234.44 -
System Red Green Blue C M Y K H S L
Decimal 219 4 17 0 0.98 0.92 0.14 356.37 0.96 0.44
Hex DB 4 11 0 62 5C E 164 60 2C
Octal 333 4 21 0 142 134 16 544 140 54
Binary 11011011 100 10001 0 1100010 1011100 1110 101100100 1100000 101100

Color Harmonies of #DB0411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0411

Black with #DB0411

Text Example


Text Example

White with #DB0411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0411; }

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

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

background-color css

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

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

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

border-color css

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

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

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