#D10C10

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

Shades of Venetian Red #D10C10

Tints of Venetian Red #D10C10

Color information

#D10C10 (or 0xD10C10) is unknown color: approx Venetian Red. HEX triplet: D1, 0C and 10. RGB value is (209,12,16). Sum of RGB (Red+Green+Blue) = 209+12+16=237 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.19% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10C10 is #2EF3EF. Grayscale: #474747. Windows color (decimal): -3077104 or 1051857. OLE color: 1051857.

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

Color convert

RGB2091216-
CMYK00.940.920.18
HSL358.78º89.14%43.33%-
HSV(B)358.78º94.26%81.96%-
XYZ26.5213.861.77-
YUV71.3696.77226.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 88.19%
GREEN value IS 12 (5.08% from 255) = 5.06%
BLUE value IS 16 (6.64% from 255) = 6.75%
R=88.19%
G=5.06%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209121600.940.920.18358.7889.1443.33
HexD1C1005E5C12167592b
Octal321142001361342254713153
Binary11010001110010000010111101011100100101011001111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10C10; }

 p { color: rgb(209,12,16); }

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

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

 a { background-color: rgb(209,12,16); }

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

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

 span { border-color: rgb(209,12,16); }

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