Shades of Venetian Red #C5051B
Tints of Venetian Red #C5051B
RGB
CMYK
RGB Variations
Color information
#C5051B (or 0xC5051B) is known color: Venetian Red. HEX triplet: C5, 05 and 1B. RGB value is (197,5,27). Sum of RGB (Red+Green+Blue) = 197+5+27=229 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.03% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 197 - color contains mainly: red. Hex color #C5051B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5051B is #3AFAE4. Grayscale: #414141. Windows color (decimal): -3865317 or 1770949. OLE color: 1770949.
HSL color Cylindrical-coordinate representation of color #C5051B: hue angle of 353.12º 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 #C5051B is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 27 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.23 |
| HSL | 353.13º | 0.95% | 0.4% | - |
| HSV(B) | 353.13º | 0.97% | 0.77% | - |
| XYZ | 23.28 | 12.06 | 2.14 | - |
| YUV | 64.92 | 106.61 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 27 | 0 | 0.97 | 0.86 | 0.23 | 353.13 | 0.95 | 0.4 |
| Hex | C5 | 5 | 1B | 0 | 61 | 56 | 17 | 161 | 5F | 28 |
| Octal | 305 | 5 | 33 | 0 | 141 | 126 | 27 | 541 | 137 | 50 |
| Binary | 11000101 | 101 | 11011 | 0 | 1100001 | 1010110 | 10111 | 101100001 | 1011111 | 101000 |
Color Harmonies of #C5051B
Complementary color
Monochromatic Colors of #C5051B
Black with #C5051B
Text Example
Text Example
White with #C5051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5051B; }
p { color: rgb(197,5,27); }
H1.HeaderClassName
{
color: #C5051B;
}
.AnyTagClassName
{
color: #C5051B;
}
</style>
background-color css
<style>
a { background-color: #C5051B; }
a { background-color: rgb(197,5,27); }
div.DivClassName
{
background-color: #C5051B;
}
.BgClassName
{
background-color: #C5051B;
}
</style>
border-color css
<style>
span { border-color: #C5051B; }
span { border-color: rgb(197,5,27); }
td.TdClassName
{
border-color: #C5051B;
}
.TagClassName
{
border-color: #C5051B;
}
</style>