#D10210

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

Shades of Venetian Red #D10210

Tints of Venetian Red #D10210

Color information

#D10210 (or 0xD10210) is unknown color: approx Venetian Red. HEX triplet: D1, 02 and 10. RGB value is (209,2,16). Sum of RGB (Red+Green+Blue) = 209+2+16=227 (30% of max value = 765). Red value is 209 (82.03% from 255 or 92.07% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 209 - color contains mainly: red. Hex color #D10210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10210 is #2EFDEF. Grayscale: #414141. Windows color (decimal): -3079664 or 1049297. OLE color: 1049297.

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

Color convert

RGB209216-
CMYK00.990.920.18
HSL355.94º98.1%41.37%-
HSV(B)355.94º99.04%81.96%-
XYZ26.4113.641.73-
YUV65.49100.08230.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 92.07%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 16 (6.64% from 255) = 7.05%
R=92.07%
G=0.88%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20921600.990.920.18355.9498.141.37
HexD12100635C121646229
Octal32122001431342254414251
Binary110100011010000011000111011100100101011001001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10210; }

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

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

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

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

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

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

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

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