Shades of Venetian Red #C5051F
Tints of Venetian Red #C5051F
RGB
CMYK
RGB Variations
Color information
#C5051F (or 0xC5051F) is known color: Venetian Red. HEX triplet: C5, 05 and 1F. RGB value is (197,5,31). Sum of RGB (Red+Green+Blue) = 197+5+31=233 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.55% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 197 - color contains mainly: red. Hex color #C5051F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5051F is #3AFAE0. Grayscale: #414141. Windows color (decimal): -3865313 or 2033093. OLE color: 2033093.
HSL color Cylindrical-coordinate representation of color #C5051F: hue angle of 351.88º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5051F is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 31 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.23 |
| HSL | 351.88º | 0.95% | 0.4% | - |
| HSV(B) | 351.88º | 0.97% | 0.77% | - |
| XYZ | 23.33 | 12.08 | 2.4 | - |
| YUV | 65.37 | 108.61 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 31 | 0 | 0.97 | 0.84 | 0.23 | 351.88 | 0.95 | 0.4 |
| Hex | C5 | 5 | 1F | 0 | 61 | 54 | 17 | 160 | 5F | 28 |
| Octal | 305 | 5 | 37 | 0 | 141 | 124 | 27 | 540 | 137 | 50 |
| Binary | 11000101 | 101 | 11111 | 0 | 1100001 | 1010100 | 10111 | 101100000 | 1011111 | 101000 |
Color Harmonies of #C5051F
Complementary color
Monochromatic Colors of #C5051F
Black with #C5051F
Text Example
Text Example
White with #C5051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5051F; }
p { color: rgb(197,5,31); }
H1.HeaderClassName
{
color: #C5051F;
}
.AnyTagClassName
{
color: #C5051F;
}
</style>
background-color css
<style>
a { background-color: #C5051F; }
a { background-color: rgb(197,5,31); }
div.DivClassName
{
background-color: #C5051F;
}
.BgClassName
{
background-color: #C5051F;
}
</style>
border-color css
<style>
span { border-color: #C5051F; }
span { border-color: rgb(197,5,31); }
td.TdClassName
{
border-color: #C5051F;
}
.TagClassName
{
border-color: #C5051F;
}
</style>