#D10812

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

Shades of Venetian Red #D10812

Tints of Venetian Red #D10812

Color information

#D10812 (or 0xD10812) is unknown color: approx Venetian Red. HEX triplet: D1, 08 and 12. RGB value is (209,8,18). Sum of RGB (Red+Green+Blue) = 209+8+18=235 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.94% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 209 - color contains mainly: red. Hex color #D10812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10812 is #2EF7ED. Grayscale: #454545. Windows color (decimal): -3078126 or 1181905. OLE color: 1181905.

HSL color Cylindrical-coordinate representation of color #D10812: hue angle of 357.01º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10812 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB209818-
CMYK00.960.910.18
HSL357.01º92.63%42.55%-
HSV(B)357.01º96.17%81.96%-
XYZ26.4913.771.83-
YUV69.2499.09227.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 88.94%
GREEN value IS 8 (3.52% from 255) = 3.40%
BLUE value IS 18 (7.42% from 255) = 7.66%
R=88.94%
G=3.40%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20981800.960.910.18357.0192.6342.55
HexD18120605B121655d2b
Octal321102201401332254513553
Binary11010001100010010011000001011011100101011001011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10812; }

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

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

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

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

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

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

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

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