Shades of Venetian Red #C5081C
Tints of Venetian Red #C5081C
RGB
CMYK
RGB Variations
Color information
#C5081C (or 0xC5081C) is known color: Venetian Red. HEX triplet: C5, 08 and 1C. RGB value is (197,8,28). Sum of RGB (Red+Green+Blue) = 197+8+28=233 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.55% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 197 - color contains mainly: red. Hex color #C5081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5081C is #3AF7E3. Grayscale: #424242. Windows color (decimal): -3864548 or 1837253. OLE color: 1837253.
HSL color Cylindrical-coordinate representation of color #C5081C: hue angle of 353.65º 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 #C5081C is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 28 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.23 |
| HSL | 353.65º | 0.92% | 0.4% | - |
| HSV(B) | 353.65º | 0.96% | 0.77% | - |
| XYZ | 23.32 | 12.13 | 2.21 | - |
| YUV | 66.79 | 106.12 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 28 | 0 | 0.96 | 0.86 | 0.23 | 353.65 | 0.92 | 0.4 |
| Hex | C5 | 8 | 1C | 0 | 60 | 56 | 17 | 162 | 5C | 28 |
| Octal | 305 | 10 | 34 | 0 | 140 | 126 | 27 | 542 | 134 | 50 |
| Binary | 11000101 | 1000 | 11100 | 0 | 1100000 | 1010110 | 10111 | 101100010 | 1011100 | 101000 |
Color Harmonies of #C5081C
Complementary color
Monochromatic Colors of #C5081C
Black with #C5081C
Text Example
Text Example
White with #C5081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5081C; }
p { color: rgb(197,8,28); }
H1.HeaderClassName
{
color: #C5081C;
}
.AnyTagClassName
{
color: #C5081C;
}
</style>
background-color css
<style>
a { background-color: #C5081C; }
a { background-color: rgb(197,8,28); }
div.DivClassName
{
background-color: #C5081C;
}
.BgClassName
{
background-color: #C5081C;
}
</style>
border-color css
<style>
span { border-color: #C5081C; }
span { border-color: rgb(197,8,28); }
td.TdClassName
{
border-color: #C5081C;
}
.TagClassName
{
border-color: #C5081C;
}
</style>