Shades of Venetian Red #C80420
Tints of Venetian Red #C80420
RGB
CMYK
RGB Variations
Color information
#C80420 (or 0xC80420) is known color: Venetian Red. HEX triplet: C8, 04 and 20. RGB value is (200,4,32). Sum of RGB (Red+Green+Blue) = 200+4+32=236 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.75% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 200 - color contains mainly: red. Hex color #C80420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80420 is #37FBDF. Grayscale: #414141. Windows color (decimal): -3668960 or 2098376. OLE color: 2098376.
HSL color Cylindrical-coordinate representation of color #C80420: hue angle of 351.43º 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 #C80420 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 32 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.22 |
| HSL | 351.43º | 0.96% | 0.4% | - |
| HSV(B) | 351.43º | 0.98% | 0.78% | - |
| XYZ | 24.12 | 12.47 | 2.5 | - |
| YUV | 65.8 | 108.93 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 32 | 0 | 0.98 | 0.84 | 0.22 | 351.43 | 0.96 | 0.4 |
| Hex | C8 | 4 | 20 | 0 | 62 | 54 | 16 | 15F | 60 | 28 |
| Octal | 310 | 4 | 40 | 0 | 142 | 124 | 26 | 537 | 140 | 50 |
| Binary | 11001000 | 100 | 100000 | 0 | 1100010 | 1010100 | 10110 | 101011111 | 1100000 | 101000 |
Color Harmonies of #C80420
Complementary color
Monochromatic Colors of #C80420
Black with #C80420
Text Example
Text Example
White with #C80420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80420; }
p { color: rgb(200,4,32); }
H1.HeaderClassName
{
color: #C80420;
}
.AnyTagClassName
{
color: #C80420;
}
</style>
background-color css
<style>
a { background-color: #C80420; }
a { background-color: rgb(200,4,32); }
div.DivClassName
{
background-color: #C80420;
}
.BgClassName
{
background-color: #C80420;
}
</style>
border-color css
<style>
span { border-color: #C80420; }
span { border-color: rgb(200,4,32); }
td.TdClassName
{
border-color: #C80420;
}
.TagClassName
{
border-color: #C80420;
}
</style>