Shades of Venetian Red #D30013
Tints of Venetian Red #D30013
RGB
CMYK
RGB Variations
Color information
#D30013 (or 0xD30013) is known color: Venetian Red. HEX triplet: D3, 00 and 13. RGB value is (211,0,19). Sum of RGB (Red+Green+Blue) = 211+0+19=230 (30% of max value = 765). Red value is 211 (82.81% from 255 or 91.74% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 211 - color contains mainly: red. Hex color #D30013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30013 is #2CFFEC. Grayscale: #414141. Windows color (decimal): -2949101 or 1245395. OLE color: 1245395.
HSL color Cylindrical-coordinate representation of color #D30013: hue angle of 354.6º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30013 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.91 | 0.17 |
| HSL | 354.6º | 1% | 0.41% | - |
| HSV(B) | 354.6º | 1% | 0.83% | - |
| XYZ | 26.98 | 13.9 | 1.88 | - |
| YUV | 65.26 | 101.9 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 19 | 0 | 1 | 0.91 | 0.17 | 354.6 | 1 | 0.41 |
| Hex | D3 | 0 | 13 | 0 | 64 | 5B | 11 | 163 | 64 | 29 |
| Octal | 323 | 0 | 23 | 0 | 144 | 133 | 21 | 543 | 144 | 51 |
| Binary | 11010011 | 0 | 10011 | 0 | 1100100 | 1011011 | 10001 | 101100011 | 1100100 | 101001 |
Color Harmonies of #D30013
Complementary color
Monochromatic Colors of #D30013
Black with #D30013
Text Example
Text Example
White with #D30013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30013; }
p { color: rgb(211,0,19); }
H1.HeaderClassName
{
color: #D30013;
}
.AnyTagClassName
{
color: #D30013;
}
</style>
background-color css
<style>
a { background-color: #D30013; }
a { background-color: rgb(211,0,19); }
div.DivClassName
{
background-color: #D30013;
}
.BgClassName
{
background-color: #D30013;
}
</style>
border-color css
<style>
span { border-color: #D30013; }
span { border-color: rgb(211,0,19); }
td.TdClassName
{
border-color: #D30013;
}
.TagClassName
{
border-color: #D30013;
}
</style>