Shades of Venetian Red #D3010E
Tints of Venetian Red #D3010E
RGB
CMYK
RGB Variations
Color information
#D3010E (or 0xD3010E) is known color: Venetian Red. HEX triplet: D3, 01 and 0E. RGB value is (211,1,14). Sum of RGB (Red+Green+Blue) = 211+1+14=226 (29% of max value = 765). Red value is 211 (82.81% from 255 or 93.36% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 211 - color contains mainly: red. Hex color #D3010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3010E is #2CFEF1. Grayscale: #414141. Windows color (decimal): -2948850 or 917971. OLE color: 917971.
HSL color Cylindrical-coordinate representation of color #D3010E: hue angle of 356.29º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3010E is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 14 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.17 |
| HSL | 356.29º | 0.99% | 0.42% | - |
| HSV(B) | 356.29º | 1% | 0.83% | - |
| XYZ | 26.95 | 13.9 | 1.68 | - |
| YUV | 65.27 | 99.07 | 231.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 14 | 0 | 1.00 | 0.93 | 0.17 | 356.29 | 0.99 | 0.42 |
| Hex | D3 | 1 | E | 0 | 64 | 5D | 11 | 164 | 63 | 2A |
| Octal | 323 | 1 | 16 | 0 | 144 | 135 | 21 | 544 | 143 | 52 |
| Binary | 11010011 | 1 | 1110 | 0 | 1100100 | 1011101 | 10001 | 101100100 | 1100011 | 101010 |
Color Harmonies of #D3010E
Complementary color
Monochromatic Colors of #D3010E
Black with #D3010E
Text Example
Text Example
White with #D3010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3010E; }
p { color: rgb(211,1,14); }
H1.HeaderClassName
{
color: #D3010E;
}
.AnyTagClassName
{
color: #D3010E;
}
</style>
background-color css
<style>
a { background-color: #D3010E; }
a { background-color: rgb(211,1,14); }
div.DivClassName
{
background-color: #D3010E;
}
.BgClassName
{
background-color: #D3010E;
}
</style>
border-color css
<style>
span { border-color: #D3010E; }
span { border-color: rgb(211,1,14); }
td.TdClassName
{
border-color: #D3010E;
}
.TagClassName
{
border-color: #D3010E;
}
</style>