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