Shades of Venetian Red #D30221
Tints of Venetian Red #D30221
RGB
CMYK
RGB Variations
Color information
#D30221 (or 0xD30221) is known color: Venetian Red. HEX triplet: D3, 02 and 21. RGB value is (211,2,33). Sum of RGB (Red+Green+Blue) = 211+2+33=246 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.77% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 211 - color contains mainly: red. Hex color #D30221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30221 is #2CFDDE. Grayscale: #444444. Windows color (decimal): -2948575 or 2163411. OLE color: 2163411.
HSL color Cylindrical-coordinate representation of color #D30221: hue angle of 351.1º degrees, saturation: 0.98, 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 #D30221 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.17 |
| HSL | 351.1º | 0.98% | 0.42% | - |
| HSV(B) | 351.1º | 0.99% | 0.83% | - |
| XYZ | 27.16 | 14 | 2.71 | - |
| YUV | 68.03 | 108.24 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 33 | 0 | 0.99 | 0.84 | 0.17 | 351.1 | 0.98 | 0.42 |
| Hex | D3 | 2 | 21 | 0 | 63 | 54 | 11 | 15F | 62 | 2A |
| Octal | 323 | 2 | 41 | 0 | 143 | 124 | 21 | 537 | 142 | 52 |
| Binary | 11010011 | 10 | 100001 | 0 | 1100011 | 1010100 | 10001 | 101011111 | 1100010 | 101010 |
Color Harmonies of #D30221
Complementary color
Monochromatic Colors of #D30221
Black with #D30221
Text Example
Text Example
White with #D30221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30221; }
p { color: rgb(211,2,33); }
H1.HeaderClassName
{
color: #D30221;
}
.AnyTagClassName
{
color: #D30221;
}
</style>
background-color css
<style>
a { background-color: #D30221; }
a { background-color: rgb(211,2,33); }
div.DivClassName
{
background-color: #D30221;
}
.BgClassName
{
background-color: #D30221;
}
</style>
border-color css
<style>
span { border-color: #D30221; }
span { border-color: rgb(211,2,33); }
td.TdClassName
{
border-color: #D30221;
}
.TagClassName
{
border-color: #D30221;
}
</style>