Html Css Color HEX #DB0012 Venetian Red

📋 copy color: '#DB0012'

red 219 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #DB0012

Tints of Venetian Red #DB0012

RGB

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

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

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

R = 92.41%
G = 0%
B = 7.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB0012 (or 0xDB0012) is known color: Venetian Red. HEX triplet: DB, 00 and 12. RGB value is (219,0,18). Sum of RGB (Red+Green+Blue) = 219+0+18=237 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.41% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0012 is #24FFED. Grayscale: #434343. Windows color (decimal): -2424814 or 1179867. OLE color: 1179867.

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

Color convert

RGB 219 0 18 -
CMYK 0 1 0.92 0.14
HSL 355.07º 1% 0.43% -
HSV(B) 355.07º 1% 0.86% -
XYZ 29.32 15.1 1.94 -
YUV 67.53 100.05 236.04 -
System Red Green Blue C M Y K H S L
Decimal 219 0 18 0 1 0.92 0.14 355.07 1 0.43
Hex DB 0 12 0 64 5C E 163 64 2B
Octal 333 0 22 0 144 134 16 543 144 53
Binary 11011011 0 10010 0 1100100 1011100 1110 101100011 1100100 101011

Color Harmonies of #DB0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0012

Black with #DB0012

Text Example


Text Example

White with #DB0012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0012; }

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

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

background-color css

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

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

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

border-color css

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

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

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