Shades of Venetian Red #D3030D
Tints of Venetian Red #D3030D
RGB
CMYK
RGB Variations
Color information
#D3030D (or 0xD3030D) is known color: Venetian Red. HEX triplet: D3, 03 and 0D. RGB value is (211,3,13). Sum of RGB (Red+Green+Blue) = 211+3+13=227 (30% of max value = 765). Red value is 211 (82.81% from 255 or 92.95% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 211 - color contains mainly: red. Hex color #D3030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3030D is #2CFCF2. Grayscale: #424242. Windows color (decimal): -2948339 or 852947. OLE color: 852947.
HSL color Cylindrical-coordinate representation of color #D3030D: hue angle of 357.12º 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 #D3030D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 13 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.17 |
| HSL | 357.12º | 0.97% | 0.42% | - |
| HSV(B) | 357.12º | 0.99% | 0.83% | - |
| XYZ | 26.97 | 13.94 | 1.65 | - |
| YUV | 66.33 | 97.91 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 13 | 0 | 0.99 | 0.94 | 0.17 | 357.12 | 0.97 | 0.42 |
| Hex | D3 | 3 | D | 0 | 63 | 5E | 11 | 165 | 61 | 2A |
| Octal | 323 | 3 | 15 | 0 | 143 | 136 | 21 | 545 | 141 | 52 |
| Binary | 11010011 | 11 | 1101 | 0 | 1100011 | 1011110 | 10001 | 101100101 | 1100001 | 101010 |
Color Harmonies of #D3030D
Complementary color
Monochromatic Colors of #D3030D
Black with #D3030D
Text Example
Text Example
White with #D3030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3030D; }
p { color: rgb(211,3,13); }
H1.HeaderClassName
{
color: #D3030D;
}
.AnyTagClassName
{
color: #D3030D;
}
</style>
background-color css
<style>
a { background-color: #D3030D; }
a { background-color: rgb(211,3,13); }
div.DivClassName
{
background-color: #D3030D;
}
.BgClassName
{
background-color: #D3030D;
}
</style>
border-color css
<style>
span { border-color: #D3030D; }
span { border-color: rgb(211,3,13); }
td.TdClassName
{
border-color: #D3030D;
}
.TagClassName
{
border-color: #D3030D;
}
</style>