Shades of Venetian Red #C80221
Tints of Venetian Red #C80221
RGB
CMYK
RGB Variations
Color information
#C80221 (or 0xC80221) is known color: Venetian Red. HEX triplet: C8, 02 and 21. RGB value is (200,2,33). Sum of RGB (Red+Green+Blue) = 200+2+33=235 (31% of max value = 765). Red value is 200 (78.52% from 255 or 85.11% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 200 - color contains mainly: red. Hex color #C80221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80221 is #37FDDE. Grayscale: #404040. Windows color (decimal): -3669471 or 2163400. OLE color: 2163400.
HSL color Cylindrical-coordinate representation of color #C80221: hue angle of 350.61º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80221 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.22 |
| HSL | 350.61º | 0.98% | 0.4% | - |
| HSV(B) | 350.61º | 0.99% | 0.78% | - |
| XYZ | 24.12 | 12.43 | 2.57 | - |
| YUV | 64.74 | 110.1 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 33 | 0 | 0.99 | 0.84 | 0.22 | 350.61 | 0.98 | 0.4 |
| Hex | C8 | 2 | 21 | 0 | 63 | 54 | 16 | 15F | 62 | 28 |
| Octal | 310 | 2 | 41 | 0 | 143 | 124 | 26 | 537 | 142 | 50 |
| Binary | 11001000 | 10 | 100001 | 0 | 1100011 | 1010100 | 10110 | 101011111 | 1100010 | 101000 |
Color Harmonies of #C80221
Complementary color
Monochromatic Colors of #C80221
Black with #C80221
Text Example
Text Example
White with #C80221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80221; }
p { color: rgb(200,2,33); }
H1.HeaderClassName
{
color: #C80221;
}
.AnyTagClassName
{
color: #C80221;
}
</style>
background-color css
<style>
a { background-color: #C80221; }
a { background-color: rgb(200,2,33); }
div.DivClassName
{
background-color: #C80221;
}
.BgClassName
{
background-color: #C80221;
}
</style>
border-color css
<style>
span { border-color: #C80221; }
span { border-color: rgb(200,2,33); }
td.TdClassName
{
border-color: #C80221;
}
.TagClassName
{
border-color: #C80221;
}
</style>