Shades of Venetian Red #C5032E
Tints of Venetian Red #C5032E
RGB
CMYK
RGB Variations
Color information
#C5032E (or 0xC5032E) is known color: Venetian Red. HEX triplet: C5, 03 and 2E. RGB value is (197,3,46). Sum of RGB (Red+Green+Blue) = 197+3+46=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C5032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5032E is #3AFCD1. Grayscale: #414141. Windows color (decimal): -3865810 or 3015621. OLE color: 3015621.
HSL color Cylindrical-coordinate representation of color #C5032E: hue angle of 346.7º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5032E is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 46 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.23 |
| HSL | 346.7º | 0.97% | 0.39% | - |
| HSV(B) | 346.7º | 0.98% | 0.77% | - |
| XYZ | 23.55 | 12.13 | 3.69 | - |
| YUV | 65.91 | 116.77 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 46 | 0 | 0.98 | 0.77 | 0.23 | 346.7 | 0.97 | 0.39 |
| Hex | C5 | 3 | 2E | 0 | 62 | 4D | 17 | 15B | 61 | 27 |
| Octal | 305 | 3 | 56 | 0 | 142 | 115 | 27 | 533 | 141 | 47 |
| Binary | 11000101 | 11 | 101110 | 0 | 1100010 | 1001101 | 10111 | 101011011 | 1100001 | 100111 |
Color Harmonies of #C5032E
Complementary color
Monochromatic Colors of #C5032E
Black with #C5032E
Text Example
Text Example
White with #C5032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5032E; }
p { color: rgb(197,3,46); }
H1.HeaderClassName
{
color: #C5032E;
}
.AnyTagClassName
{
color: #C5032E;
}
</style>
background-color css
<style>
a { background-color: #C5032E; }
a { background-color: rgb(197,3,46); }
div.DivClassName
{
background-color: #C5032E;
}
.BgClassName
{
background-color: #C5032E;
}
</style>
border-color css
<style>
span { border-color: #C5032E; }
span { border-color: rgb(197,3,46); }
td.TdClassName
{
border-color: #C5032E;
}
.TagClassName
{
border-color: #C5032E;
}
</style>