Shades of Venetian Red #D30320
Tints of Venetian Red #D30320
RGB
CMYK
RGB Variations
Color information
#D30320 (or 0xD30320) is known color: Venetian Red. HEX triplet: D3, 03 and 20. RGB value is (211,3,32). Sum of RGB (Red+Green+Blue) = 211+3+32=246 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.77% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 211 - color contains mainly: red. Hex color #D30320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30320 is #2CFCDF. Grayscale: #444444. Windows color (decimal): -2948320 or 2098131. OLE color: 2098131.
HSL color Cylindrical-coordinate representation of color #D30320: hue angle of 351.63º 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 #D30320 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 32 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.17 |
| HSL | 351.63º | 0.97% | 0.42% | - |
| HSV(B) | 351.63º | 0.99% | 0.83% | - |
| XYZ | 27.16 | 14.02 | 2.64 | - |
| YUV | 68.5 | 107.41 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 32 | 0 | 0.99 | 0.85 | 0.17 | 351.63 | 0.97 | 0.42 |
| Hex | D3 | 3 | 20 | 0 | 63 | 55 | 11 | 160 | 61 | 2A |
| Octal | 323 | 3 | 40 | 0 | 143 | 125 | 21 | 540 | 141 | 52 |
| Binary | 11010011 | 11 | 100000 | 0 | 1100011 | 1010101 | 10001 | 101100000 | 1100001 | 101010 |
Color Harmonies of #D30320
Complementary color
Monochromatic Colors of #D30320
Black with #D30320
Text Example
Text Example
White with #D30320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30320; }
p { color: rgb(211,3,32); }
H1.HeaderClassName
{
color: #D30320;
}
.AnyTagClassName
{
color: #D30320;
}
</style>
background-color css
<style>
a { background-color: #D30320; }
a { background-color: rgb(211,3,32); }
div.DivClassName
{
background-color: #D30320;
}
.BgClassName
{
background-color: #D30320;
}
</style>
border-color css
<style>
span { border-color: #D30320; }
span { border-color: rgb(211,3,32); }
td.TdClassName
{
border-color: #D30320;
}
.TagClassName
{
border-color: #D30320;
}
</style>