Shades of Venetian Red #C80C1D
Tints of Venetian Red #C80C1D
RGB
CMYK
RGB Variations
Color information
#C80C1D (or 0xC80C1D) is known color: Venetian Red. HEX triplet: C8, 0C and 1D. RGB value is (200,12,29). Sum of RGB (Red+Green+Blue) = 200+12+29=241 (31% of max value = 765). Red value is 200 (78.52% from 255 or 82.99% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80C1D is #37F3E2. Grayscale: #464646. Windows color (decimal): -3666915 or 1903816. OLE color: 1903816.
HSL color Cylindrical-coordinate representation of color #C80C1D: hue angle of 354.57º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80C1D is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 29 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.22 |
| HSL | 354.57º | 0.89% | 0.42% | - |
| HSV(B) | 354.57º | 0.94% | 0.78% | - |
| XYZ | 24.17 | 12.63 | 2.33 | - |
| YUV | 70.15 | 104.78 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 29 | 0 | 0.94 | 0.86 | 0.22 | 354.57 | 0.89 | 0.42 |
| Hex | C8 | C | 1D | 0 | 5E | 56 | 16 | 163 | 59 | 2A |
| Octal | 310 | 14 | 35 | 0 | 136 | 126 | 26 | 543 | 131 | 52 |
| Binary | 11001000 | 1100 | 11101 | 0 | 1011110 | 1010110 | 10110 | 101100011 | 1011001 | 101010 |
Color Harmonies of #C80C1D
Complementary color
Monochromatic Colors of #C80C1D
Black with #C80C1D
Text Example
Text Example
White with #C80C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80C1D; }
p { color: rgb(200,12,29); }
H1.HeaderClassName
{
color: #C80C1D;
}
.AnyTagClassName
{
color: #C80C1D;
}
</style>
background-color css
<style>
a { background-color: #C80C1D; }
a { background-color: rgb(200,12,29); }
div.DivClassName
{
background-color: #C80C1D;
}
.BgClassName
{
background-color: #C80C1D;
}
</style>
border-color css
<style>
span { border-color: #C80C1D; }
span { border-color: rgb(200,12,29); }
td.TdClassName
{
border-color: #C80C1D;
}
.TagClassName
{
border-color: #C80C1D;
}
</style>