Shades of Venetian Red #D30314
Tints of Venetian Red #D30314
RGB
CMYK
RGB Variations
Color information
#D30314 (or 0xD30314) is known color: Venetian Red. HEX triplet: D3, 03 and 14. RGB value is (211,3,20). Sum of RGB (Red+Green+Blue) = 211+3+20=234 (30% of max value = 765). Red value is 211 (82.81% from 255 or 90.17% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 211 - color contains mainly: red. Hex color #D30314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30314 is #2CFCEB. Grayscale: #434343. Windows color (decimal): -2948332 or 1311699. OLE color: 1311699.
HSL color Cylindrical-coordinate representation of color #D30314: hue angle of 355.1º 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 #D30314 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 20 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.17 |
| HSL | 355.1º | 0.97% | 0.42% | - |
| HSV(B) | 355.1º | 0.99% | 0.83% | - |
| XYZ | 27.02 | 13.96 | 1.93 | - |
| YUV | 67.13 | 101.41 | 230.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 20 | 0 | 0.99 | 0.91 | 0.17 | 355.1 | 0.97 | 0.42 |
| Hex | D3 | 3 | 14 | 0 | 63 | 5B | 11 | 163 | 61 | 2A |
| Octal | 323 | 3 | 24 | 0 | 143 | 133 | 21 | 543 | 141 | 52 |
| Binary | 11010011 | 11 | 10100 | 0 | 1100011 | 1011011 | 10001 | 101100011 | 1100001 | 101010 |
Color Harmonies of #D30314
Complementary color
Monochromatic Colors of #D30314
Black with #D30314
Text Example
Text Example
White with #D30314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30314; }
p { color: rgb(211,3,20); }
H1.HeaderClassName
{
color: #D30314;
}
.AnyTagClassName
{
color: #D30314;
}
</style>
background-color css
<style>
a { background-color: #D30314; }
a { background-color: rgb(211,3,20); }
div.DivClassName
{
background-color: #D30314;
}
.BgClassName
{
background-color: #D30314;
}
</style>
border-color css
<style>
span { border-color: #D30314; }
span { border-color: rgb(211,3,20); }
td.TdClassName
{
border-color: #D30314;
}
.TagClassName
{
border-color: #D30314;
}
</style>