#D10615

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

Shades of Venetian Red #D10615

Tints of Venetian Red #D10615

Color information

#D10615 (or 0xD10615) is unknown color: approx Venetian Red. HEX triplet: D1, 06 and 15. RGB value is (209,6,21). Sum of RGB (Red+Green+Blue) = 209+6+21=236 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.56% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 209 - color contains mainly: red. Hex color #D10615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10615 is #2EF9EA. Grayscale: #444444. Windows color (decimal): -3078635 or 1378001. OLE color: 1378001.

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

Color convert

RGB209621-
CMYK00.970.900.18
HSL355.57º94.42%42.16%-
HSV(B)355.57º97.13%81.96%-
XYZ26.4913.741.97-
YUV68.41101.25228.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 88.56%
GREEN value IS 6 (2.73% from 255) = 2.54%
BLUE value IS 21 (8.59% from 255) = 8.90%
R=88.56%
G=2.54%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20962100.970.900.18355.5794.4242.16
HexD16150615A121645e2a
Octal32162501411322254413652
Binary1101000111010101011000011011010100101011001001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10615; }

 p { color: rgb(209,6,21); }

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

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

 a { background-color: rgb(209,6,21); }

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

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

 span { border-color: rgb(209,6,21); }

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