Shades of Venetian Red #D30310
Tints of Venetian Red #D30310
RGB
CMYK
RGB Variations
Color information
#D30310 (or 0xD30310) is known color: Venetian Red. HEX triplet: D3, 03 and 10. RGB value is (211,3,16). Sum of RGB (Red+Green+Blue) = 211+3+16=230 (30% of max value = 765). Red value is 211 (82.81% from 255 or 91.74% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 211 - color contains mainly: red. Hex color #D30310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30310 is #2CFCEF. Grayscale: #424242. Windows color (decimal): -2948336 or 1049555. OLE color: 1049555.
HSL color Cylindrical-coordinate representation of color #D30310: hue angle of 356.25º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D30310 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 16 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.17 |
| HSL | 356.25º | 0.97% | 0.42% | - |
| HSV(B) | 356.25º | 0.99% | 0.83% | - |
| XYZ | 26.99 | 13.95 | 1.76 | - |
| YUV | 66.67 | 99.41 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 16 | 0 | 0.99 | 0.92 | 0.17 | 356.25 | 0.97 | 0.42 |
| Hex | D3 | 3 | 10 | 0 | 63 | 5C | 11 | 164 | 61 | 2A |
| Octal | 323 | 3 | 20 | 0 | 143 | 134 | 21 | 544 | 141 | 52 |
| Binary | 11010011 | 11 | 10000 | 0 | 1100011 | 1011100 | 10001 | 101100100 | 1100001 | 101010 |
Color Harmonies of #D30310
Complementary color
Monochromatic Colors of #D30310
Black with #D30310
Text Example
Text Example
White with #D30310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30310; }
p { color: rgb(211,3,16); }
H1.HeaderClassName
{
color: #D30310;
}
.AnyTagClassName
{
color: #D30310;
}
</style>
background-color css
<style>
a { background-color: #D30310; }
a { background-color: rgb(211,3,16); }
div.DivClassName
{
background-color: #D30310;
}
.BgClassName
{
background-color: #D30310;
}
</style>
border-color css
<style>
span { border-color: #D30310; }
span { border-color: rgb(211,3,16); }
td.TdClassName
{
border-color: #D30310;
}
.TagClassName
{
border-color: #D30310;
}
</style>