#D10516

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

Shades of Venetian Red #D10516

Tints of Venetian Red #D10516

Color information

#D10516 (or 0xD10516) is unknown color: approx Venetian Red. HEX triplet: D1, 05 and 16. RGB value is (209,5,22). Sum of RGB (Red+Green+Blue) = 209+5+22=236 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.56% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 209 - color contains mainly: red. Hex color #D10516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10516 is #2EFAE9. Grayscale: #444444. Windows color (decimal): -3078890 or 1443281. OLE color: 1443281.

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

Color convert

RGB209522-
CMYK00.980.890.18
HSL355º95.33%41.96%-
HSV(B)355º97.61%81.96%-
XYZ26.4913.722.01-
YUV67.93102.09228.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 88.56%
GREEN value IS 5 (2.34% from 255) = 2.12%
BLUE value IS 22 (8.98% from 255) = 9.32%
R=88.56%
G=2.12%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20952200.980.890.1835595.3341.96
HexD151606259121635f2a
Octal32152601421312254313752
Binary1101000110110110011000101011001100101011000111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10516; }

 p { color: rgb(209,5,22); }

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

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

 a { background-color: rgb(209,5,22); }

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

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

 span { border-color: rgb(209,5,22); }

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