#D10212

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

Shades of Venetian Red #D10212

Tints of Venetian Red #D10212

Color information

#D10212 (or 0xD10212) is unknown color: approx Venetian Red. HEX triplet: D1, 02 and 12. RGB value is (209,2,18). Sum of RGB (Red+Green+Blue) = 209+2+18=229 (30% of max value = 765). Red value is 209 (82.03% from 255 or 91.27% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 209 - color contains mainly: red. Hex color #D10212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10212 is #2EFDED. Grayscale: #414141. Windows color (decimal): -3079662 or 1180369. OLE color: 1180369.

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

Color convert

RGB209218-
CMYK00.990.910.18
HSL355.36º98.1%41.37%-
HSV(B)355.36º99.04%81.96%-
XYZ26.4313.641.81-
YUV65.72101.08230.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 91.27%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 18 (7.42% from 255) = 7.86%
R=91.27%
G=0.87%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20921800.990.910.18355.3698.141.37
HexD12120635B121636229
Octal32122201431332254314251
Binary110100011010010011000111011011100101011000111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10212; }

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

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

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

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

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

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

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

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