Shades of Venetian Red #D30913
Tints of Venetian Red #D30913
RGB
CMYK
RGB Variations
Color information
#D30913 (or 0xD30913) is known color: Venetian Red. HEX triplet: D3, 09 and 13. RGB value is (211,9,19). Sum of RGB (Red+Green+Blue) = 211+9+19=239 (31% of max value = 765). Red value is 211 (82.81% from 255 or 88.28% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 211 - color contains mainly: red. Hex color #D30913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30913 is #2CF6EC. Grayscale: #464646. Windows color (decimal): -2946797 or 1247699. OLE color: 1247699.
HSL color Cylindrical-coordinate representation of color #D30913: hue angle of 357.03º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30913 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 19 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.17 |
| HSL | 357.03º | 0.92% | 0.43% | - |
| HSV(B) | 357.03º | 0.96% | 0.83% | - |
| XYZ | 27.08 | 14.09 | 1.91 | - |
| YUV | 70.54 | 98.92 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 19 | 0 | 0.96 | 0.91 | 0.17 | 357.03 | 0.92 | 0.43 |
| Hex | D3 | 9 | 13 | 0 | 60 | 5B | 11 | 165 | 5C | 2B |
| Octal | 323 | 11 | 23 | 0 | 140 | 133 | 21 | 545 | 134 | 53 |
| Binary | 11010011 | 1001 | 10011 | 0 | 1100000 | 1011011 | 10001 | 101100101 | 1011100 | 101011 |
Color Harmonies of #D30913
Complementary color
Monochromatic Colors of #D30913
Black with #D30913
Text Example
Text Example
White with #D30913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30913; }
p { color: rgb(211,9,19); }
H1.HeaderClassName
{
color: #D30913;
}
.AnyTagClassName
{
color: #D30913;
}
</style>
background-color css
<style>
a { background-color: #D30913; }
a { background-color: rgb(211,9,19); }
div.DivClassName
{
background-color: #D30913;
}
.BgClassName
{
background-color: #D30913;
}
</style>
border-color css
<style>
span { border-color: #D30913; }
span { border-color: rgb(211,9,19); }
td.TdClassName
{
border-color: #D30913;
}
.TagClassName
{
border-color: #D30913;
}
</style>