Shades of Venetian Red #C5080C
Tints of Venetian Red #C5080C
RGB
CMYK
RGB Variations
Color information
#C5080C (or 0xC5080C) is known color: Venetian Red. HEX triplet: C5, 08 and 0C. RGB value is (197,8,12). Sum of RGB (Red+Green+Blue) = 197+8+12=217 (28% of max value = 765). Red value is 197 (77.34% from 255 or 90.78% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 197 - color contains mainly: red. Hex color #C5080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5080C is #3AF7F3. Grayscale: #414141. Windows color (decimal): -3864564 or 788677. OLE color: 788677.
HSL color Cylindrical-coordinate representation of color #C5080C: hue angle of 358.73º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5080C is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 12 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.23 |
| HSL | 358.73º | 0.92% | 0.4% | - |
| HSV(B) | 358.73º | 0.96% | 0.77% | - |
| XYZ | 23.18 | 12.07 | 1.46 | - |
| YUV | 64.97 | 98.12 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 12 | 0 | 0.96 | 0.94 | 0.23 | 358.73 | 0.92 | 0.4 |
| Hex | C5 | 8 | C | 0 | 60 | 5E | 17 | 167 | 5C | 28 |
| Octal | 305 | 10 | 14 | 0 | 140 | 136 | 27 | 547 | 134 | 50 |
| Binary | 11000101 | 1000 | 1100 | 0 | 1100000 | 1011110 | 10111 | 101100111 | 1011100 | 101000 |
Color Harmonies of #C5080C
Complementary color
Monochromatic Colors of #C5080C
Black with #C5080C
Text Example
Text Example
White with #C5080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5080C; }
p { color: rgb(197,8,12); }
H1.HeaderClassName
{
color: #C5080C;
}
.AnyTagClassName
{
color: #C5080C;
}
</style>
background-color css
<style>
a { background-color: #C5080C; }
a { background-color: rgb(197,8,12); }
div.DivClassName
{
background-color: #C5080C;
}
.BgClassName
{
background-color: #C5080C;
}
</style>
border-color css
<style>
span { border-color: #C5080C; }
span { border-color: rgb(197,8,12); }
td.TdClassName
{
border-color: #C5080C;
}
.TagClassName
{
border-color: #C5080C;
}
</style>