Html Css Color HEX #DB0412 Venetian Red

📋 copy color: '#DB0412'

red 219 ◦ green 4 ◦ blue 18

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

Shades of Venetian Red #DB0412

Tints of Venetian Red #DB0412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.47%

R = 90.87%
G = 1.66%
B = 7.47%

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

#DB0412 (or 0xDB0412) is known color: Venetian Red. HEX triplet: DB, 04 and 12. RGB value is (219,4,18). Sum of RGB (Red+Green+Blue) = 219+4+18=241 (31% of max value = 765). Red value is 219 (85.94% from 255 or 90.87% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0412 is #24FBED. Grayscale: #464646. Windows color (decimal): -2423790 or 1180891. OLE color: 1180891.

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

Color convert

RGB 219 4 18 -
CMYK 0 0.98 0.92 0.14
HSL 356.09º 0.96% 0.44% -
HSV(B) 356.09º 0.98% 0.86% -
XYZ 29.37 15.19 1.96 -
YUV 69.88 98.73 234.36 -
System Red Green Blue C M Y K H S L
Decimal 219 4 18 0 0.98 0.92 0.14 356.09 0.96 0.44
Hex DB 4 12 0 62 5C E 164 60 2C
Octal 333 4 22 0 142 134 16 544 140 54
Binary 11011011 100 10010 0 1100010 1011100 1110 101100100 1100000 101100

Color Harmonies of #DB0412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0412

Black with #DB0412

Text Example


Text Example

White with #DB0412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0412; }

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

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

background-color css

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

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

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

border-color css

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

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

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