Shades of Venetian Red #D10315
Tints of Venetian Red #D10315
RGB
CMYK
RGB Variations
Color information
#D10315 (or 0xD10315) is known color: Venetian Red. HEX triplet: D1, 03 and 15. RGB value is (209,3,21). Sum of RGB (Red+Green+Blue) = 209+3+21=233 (30% of max value = 765). Red value is 209 (82.03% from 255 or 89.70% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 209 - color contains mainly: red. Hex color #D10315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10315 is #2EFCEA. Grayscale: #424242. Windows color (decimal): -3079403 or 1377233. OLE color: 1377233.
HSL color Cylindrical-coordinate representation of color #D10315: hue angle of 354.76º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10315 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 21 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.18 |
| HSL | 354.76º | 0.97% | 0.42% | - |
| HSV(B) | 354.76º | 0.99% | 0.82% | - |
| XYZ | 26.46 | 13.67 | 1.95 | - |
| YUV | 66.65 | 102.25 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 21 | 0 | 0.99 | 0.90 | 0.18 | 354.76 | 0.97 | 0.42 |
| Hex | D1 | 3 | 15 | 0 | 63 | 5A | 12 | 163 | 61 | 2A |
| Octal | 321 | 3 | 25 | 0 | 143 | 132 | 22 | 543 | 141 | 52 |
| Binary | 11010001 | 11 | 10101 | 0 | 1100011 | 1011010 | 10010 | 101100011 | 1100001 | 101010 |
Color Harmonies of #D10315
Complementary color
Monochromatic Colors of #D10315
Black with #D10315
Text Example
Text Example
White with #D10315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10315; }
p { color: rgb(209,3,21); }
H1.HeaderClassName
{
color: #D10315;
}
.AnyTagClassName
{
color: #D10315;
}
</style>
background-color css
<style>
a { background-color: #D10315; }
a { background-color: rgb(209,3,21); }
div.DivClassName
{
background-color: #D10315;
}
.BgClassName
{
background-color: #D10315;
}
</style>
border-color css
<style>
span { border-color: #D10315; }
span { border-color: rgb(209,3,21); }
td.TdClassName
{
border-color: #D10315;
}
.TagClassName
{
border-color: #D10315;
}
</style>