#db0c12

Color #DB0C12 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #DB0C12

Tints of Venetian Red #DB0C12

Color information

#DB0C12 (or 0xDB0C12) is unknown color: approx Venetian Red. HEX triplet: DB, 0C and 12. RGB value is (219,12,18). Sum of RGB (Red+Green+Blue) = 219+12+18=249 (32% of max value = 765). Red value is 219 (85.94% from 255 or 87.95% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0C12 is #24F3ED. Grayscale: #4A4A4A. Windows color (decimal): -2421742 or 1182939. OLE color: 1182939.

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

Color convert

RGB2191218-
CMYK00.950.920.14
HSL358.26º89.61%45.29%-
HSV(B)358.26º94.52%85.88%-
XYZ29.4515.371.99-
YUV74.5896.08231.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 87.95%
GREEN value IS 12 (5.08% from 255) = 4.82%
BLUE value IS 18 (7.42% from 255) = 7.23%
R=87.95%
G=4.82%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219121800.950.920.14358.2689.6145.29
HexDBC1205F5CE1665a2d
Octal333142201371341654613255
Binary1101101111001001001011111101110011101011001101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db0c12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db0c12; }

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

 H1.HeaderClassName
 {
   color: #db0c12;
 }
 .AnyTagClassName
 {
   color: #db0c12;
 }
</style>
background-color css

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

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

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

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

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

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