Shades of Venetian Red #D10108
Tints of Venetian Red #D10108
RGB
CMYK
RGB Variations
Color information
#D10108 (or 0xD10108) is known color: Venetian Red. HEX triplet: D1, 01 and 08. RGB value is (209,1,8). Sum of RGB (Red+Green+Blue) = 209+1+8=218 (28% of max value = 765). Red value is 209 (82.03% from 255 or 95.87% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 209 - color contains mainly: red. Hex color #D10108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10108 is #2EFEF7. Grayscale: #404040. Windows color (decimal): -3079928 or 524753. OLE color: 524753.
HSL color Cylindrical-coordinate representation of color #D10108: hue angle of 357.98º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10108 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 8 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.18 |
| HSL | 357.98º | 0.99% | 0.41% | - |
| HSV(B) | 357.98º | 1% | 0.82% | - |
| XYZ | 26.35 | 13.59 | 1.46 | - |
| YUV | 63.99 | 96.41 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 8 | 0 | 1.00 | 0.96 | 0.18 | 357.98 | 0.99 | 0.41 |
| Hex | D1 | 1 | 8 | 0 | 64 | 60 | 12 | 166 | 63 | 29 |
| Octal | 321 | 1 | 10 | 0 | 144 | 140 | 22 | 546 | 143 | 51 |
| Binary | 11010001 | 1 | 1000 | 0 | 1100100 | 1100000 | 10010 | 101100110 | 1100011 | 101001 |
Color Harmonies of #D10108
Complementary color
Monochromatic Colors of #D10108
Black with #D10108
Text Example
Text Example
White with #D10108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10108; }
p { color: rgb(209,1,8); }
H1.HeaderClassName
{
color: #D10108;
}
.AnyTagClassName
{
color: #D10108;
}
</style>
background-color css
<style>
a { background-color: #D10108; }
a { background-color: rgb(209,1,8); }
div.DivClassName
{
background-color: #D10108;
}
.BgClassName
{
background-color: #D10108;
}
</style>
border-color css
<style>
span { border-color: #D10108; }
span { border-color: rgb(209,1,8); }
td.TdClassName
{
border-color: #D10108;
}
.TagClassName
{
border-color: #D10108;
}
</style>