Shades of Venetian Red #C80021
Tints of Venetian Red #C80021
RGB
CMYK
RGB Variations
Color information
#C80021 (or 0xC80021) is known color: Venetian Red. HEX triplet: C8, 00 and 21. RGB value is (200,0,33). Sum of RGB (Red+Green+Blue) = 200+0+33=233 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.84% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 200 - color contains mainly: red. Hex color #C80021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80021 is #37FFDE. Grayscale: #3F3F3F. Windows color (decimal): -3669983 or 2162888. OLE color: 2162888.
HSL color Cylindrical-coordinate representation of color #C80021: hue angle of 350.1º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80021 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.84 | 0.22 |
| HSL | 350.1º | 1% | 0.39% | - |
| HSV(B) | 350.1º | 1% | 0.78% | - |
| XYZ | 24.09 | 12.39 | 2.56 | - |
| YUV | 63.56 | 110.76 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 33 | 0 | 1 | 0.84 | 0.22 | 350.1 | 1 | 0.39 |
| Hex | C8 | 0 | 21 | 0 | 64 | 54 | 16 | 15E | 64 | 27 |
| Octal | 310 | 0 | 41 | 0 | 144 | 124 | 26 | 536 | 144 | 47 |
| Binary | 11001000 | 0 | 100001 | 0 | 1100100 | 1010100 | 10110 | 101011110 | 1100100 | 100111 |
Color Harmonies of #C80021
Complementary color
Monochromatic Colors of #C80021
Black with #C80021
Text Example
Text Example
White with #C80021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80021; }
p { color: rgb(200,0,33); }
H1.HeaderClassName
{
color: #C80021;
}
.AnyTagClassName
{
color: #C80021;
}
</style>
background-color css
<style>
a { background-color: #C80021; }
a { background-color: rgb(200,0,33); }
div.DivClassName
{
background-color: #C80021;
}
.BgClassName
{
background-color: #C80021;
}
</style>
border-color css
<style>
span { border-color: #C80021; }
span { border-color: rgb(200,0,33); }
td.TdClassName
{
border-color: #C80021;
}
.TagClassName
{
border-color: #C80021;
}
</style>