#D10211

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

Shades of Venetian Red #D10211

Tints of Venetian Red #D10211

Color information

#D10211 (or 0xD10211) is unknown color: approx Venetian Red. HEX triplet: D1, 02 and 11. RGB value is (209,2,17). Sum of RGB (Red+Green+Blue) = 209+2+17=228 (30% of max value = 765). Red value is 209 (82.03% from 255 or 91.67% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 209 - color contains mainly: red. Hex color #D10211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10211 is #2EFDEE. Grayscale: #414141. Windows color (decimal): -3079663 or 1114833. OLE color: 1114833.

HSL color Cylindrical-coordinate representation of color #D10211: hue angle of 355.65º 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 #D10211 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB209217-
CMYK00.990.920.18
HSL355.65º98.1%41.37%-
HSV(B)355.65º99.04%81.96%-
XYZ26.4213.641.77-
YUV65.6100.58230.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 91.67%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 17 (7.03% from 255) = 7.46%
R=91.67%
G=0.88%
B=7.46%

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
Decimal20921700.990.920.18355.6598.141.37
HexD12110635C121646229
Octal32122101431342254414251
Binary110100011010001011000111011100100101011001001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10211; }

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

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

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

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

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

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

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

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