Shades of Venetian Red #C80421
Tints of Venetian Red #C80421
RGB
CMYK
RGB Variations
Color information
#C80421 (or 0xC80421) is known color: Venetian Red. HEX triplet: C8, 04 and 21. RGB value is (200,4,33). Sum of RGB (Red+Green+Blue) = 200+4+33=237 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.39% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 200 - color contains mainly: red. Hex color #C80421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80421 is #37FBDE. Grayscale: #414141. Windows color (decimal): -3668959 or 2163912. OLE color: 2163912.
HSL color Cylindrical-coordinate representation of color #C80421: hue angle of 351.12º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80421 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 33 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.22 |
| HSL | 351.12º | 0.96% | 0.4% | - |
| HSV(B) | 351.12º | 0.98% | 0.78% | - |
| XYZ | 24.14 | 12.48 | 2.57 | - |
| YUV | 65.91 | 109.43 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 33 | 0 | 0.98 | 0.84 | 0.22 | 351.12 | 0.96 | 0.4 |
| Hex | C8 | 4 | 21 | 0 | 62 | 54 | 16 | 15F | 60 | 28 |
| Octal | 310 | 4 | 41 | 0 | 142 | 124 | 26 | 537 | 140 | 50 |
| Binary | 11001000 | 100 | 100001 | 0 | 1100010 | 1010100 | 10110 | 101011111 | 1100000 | 101000 |
Color Harmonies of #C80421
Complementary color
Monochromatic Colors of #C80421
Black with #C80421
Text Example
Text Example
White with #C80421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80421; }
p { color: rgb(200,4,33); }
H1.HeaderClassName
{
color: #C80421;
}
.AnyTagClassName
{
color: #C80421;
}
</style>
background-color css
<style>
a { background-color: #C80421; }
a { background-color: rgb(200,4,33); }
div.DivClassName
{
background-color: #C80421;
}
.BgClassName
{
background-color: #C80421;
}
</style>
border-color css
<style>
span { border-color: #C80421; }
span { border-color: rgb(200,4,33); }
td.TdClassName
{
border-color: #C80421;
}
.TagClassName
{
border-color: #C80421;
}
</style>