Shades of Venetian Red #D30306
Tints of Venetian Red #D30306
RGB
CMYK
RGB Variations
Color information
#D30306 (or 0xD30306) is known color: Venetian Red. HEX triplet: D3, 03 and 06. RGB value is (211,3,6). Sum of RGB (Red+Green+Blue) = 211+3+6=220 (29% of max value = 765). Red value is 211 (82.81% from 255 or 95.91% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 211 - color contains mainly: red. Hex color #D30306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30306 is #2CFCF9. Grayscale: #414141. Windows color (decimal): -2948346 or 394195. OLE color: 394195.
HSL color Cylindrical-coordinate representation of color #D30306: hue angle of 359.13º 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 #D30306 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 6 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.17 |
| HSL | 359.13º | 0.97% | 0.42% | - |
| HSV(B) | 359.13º | 0.99% | 0.83% | - |
| XYZ | 26.93 | 13.93 | 1.44 | - |
| YUV | 65.53 | 94.41 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 6 | 0 | 0.99 | 0.97 | 0.17 | 359.13 | 0.97 | 0.42 |
| Hex | D3 | 3 | 6 | 0 | 63 | 61 | 11 | 167 | 61 | 2A |
| Octal | 323 | 3 | 6 | 0 | 143 | 141 | 21 | 547 | 141 | 52 |
| Binary | 11010011 | 11 | 110 | 0 | 1100011 | 1100001 | 10001 | 101100111 | 1100001 | 101010 |
Color Harmonies of #D30306
Complementary color
Monochromatic Colors of #D30306
Black with #D30306
Text Example
Text Example
White with #D30306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30306; }
p { color: rgb(211,3,6); }
H1.HeaderClassName
{
color: #D30306;
}
.AnyTagClassName
{
color: #D30306;
}
</style>
background-color css
<style>
a { background-color: #D30306; }
a { background-color: rgb(211,3,6); }
div.DivClassName
{
background-color: #D30306;
}
.BgClassName
{
background-color: #D30306;
}
</style>
border-color css
<style>
span { border-color: #D30306; }
span { border-color: rgb(211,3,6); }
td.TdClassName
{
border-color: #D30306;
}
.TagClassName
{
border-color: #D30306;
}
</style>