Html Css Color HEX #DB0812 Venetian Red

📋 copy color: '#DB0812'

red 219 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #DB0812

Tints of Venetian Red #DB0812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

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

R = 89.39%
G = 3.27%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB0812 (or 0xDB0812) is known color: Venetian Red. HEX triplet: DB, 08 and 12. RGB value is (219,8,18). Sum of RGB (Red+Green+Blue) = 219+8+18=245 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.39% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0812 is #24F7ED. Grayscale: #484848. Windows color (decimal): -2422766 or 1181915. OLE color: 1181915.

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

Color convert

RGB 219 8 18 -
CMYK 0 0.96 0.92 0.14
HSL 357.16º 0.93% 0.45% -
HSV(B) 357.16º 0.96% 0.86% -
XYZ 29.41 15.28 1.97 -
YUV 72.23 97.4 232.69 -
System Red Green Blue C M Y K H S L
Decimal 219 8 18 0 0.96 0.92 0.14 357.16 0.93 0.45
Hex DB 8 12 0 60 5C E 165 5D 2D
Octal 333 10 22 0 140 134 16 545 135 55
Binary 11011011 1000 10010 0 1100000 1011100 1110 101100101 1011101 101101

Color Harmonies of #DB0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0812

Black with #DB0812

Text Example


Text Example

White with #DB0812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0812; }

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

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

background-color css

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

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

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

border-color css

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

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

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