Shades of Venetian Red #C5080B
Tints of Venetian Red #C5080B
RGB
CMYK
RGB Variations
Color information
#C5080B (or 0xC5080B) is known color: Venetian Red. HEX triplet: C5, 08 and 0B. RGB value is (197,8,11). Sum of RGB (Red+Green+Blue) = 197+8+11=216 (28% of max value = 765). Red value is 197 (77.34% from 255 or 91.20% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 197 - color contains mainly: red. Hex color #C5080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5080B is #3AF7F4. Grayscale: #414141. Windows color (decimal): -3864565 or 723141. OLE color: 723141.
HSL color Cylindrical-coordinate representation of color #C5080B: hue angle of 359.05º 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 #C5080B is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 11 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.23 |
| HSL | 359.05º | 0.92% | 0.4% | - |
| HSV(B) | 359.05º | 0.96% | 0.77% | - |
| XYZ | 23.17 | 12.07 | 1.42 | - |
| YUV | 64.85 | 97.62 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 11 | 0 | 0.96 | 0.94 | 0.23 | 359.05 | 0.92 | 0.4 |
| Hex | C5 | 8 | B | 0 | 60 | 5E | 17 | 167 | 5C | 28 |
| Octal | 305 | 10 | 13 | 0 | 140 | 136 | 27 | 547 | 134 | 50 |
| Binary | 11000101 | 1000 | 1011 | 0 | 1100000 | 1011110 | 10111 | 101100111 | 1011100 | 101000 |
Color Harmonies of #C5080B
Complementary color
Monochromatic Colors of #C5080B
Black with #C5080B
Text Example
Text Example
White with #C5080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5080B; }
p { color: rgb(197,8,11); }
H1.HeaderClassName
{
color: #C5080B;
}
.AnyTagClassName
{
color: #C5080B;
}
</style>
background-color css
<style>
a { background-color: #C5080B; }
a { background-color: rgb(197,8,11); }
div.DivClassName
{
background-color: #C5080B;
}
.BgClassName
{
background-color: #C5080B;
}
</style>
border-color css
<style>
span { border-color: #C5080B; }
span { border-color: rgb(197,8,11); }
td.TdClassName
{
border-color: #C5080B;
}
.TagClassName
{
border-color: #C5080B;
}
</style>