Shades of Venetian Red #C5032B
Tints of Venetian Red #C5032B
RGB
CMYK
RGB Variations
Color information
#C5032B (or 0xC5032B) is known color: Venetian Red. HEX triplet: C5, 03 and 2B. RGB value is (197,3,43). Sum of RGB (Red+Green+Blue) = 197+3+43=243 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.07% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 197 - color contains mainly: red. Hex color #C5032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5032B is #3AFCD4. Grayscale: #414141. Windows color (decimal): -3865813 or 2819013. OLE color: 2819013.
HSL color Cylindrical-coordinate representation of color #C5032B: hue angle of 347.63º 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 #C5032B is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 43 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.23 |
| HSL | 347.63º | 0.97% | 0.39% | - |
| HSV(B) | 347.63º | 0.98% | 0.77% | - |
| XYZ | 23.49 | 12.11 | 3.38 | - |
| YUV | 65.57 | 115.27 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 43 | 0 | 0.98 | 0.78 | 0.23 | 347.63 | 0.97 | 0.39 |
| Hex | C5 | 3 | 2B | 0 | 62 | 4E | 17 | 15C | 61 | 27 |
| Octal | 305 | 3 | 53 | 0 | 142 | 116 | 27 | 534 | 141 | 47 |
| Binary | 11000101 | 11 | 101011 | 0 | 1100010 | 1001110 | 10111 | 101011100 | 1100001 | 100111 |
Color Harmonies of #C5032B
Complementary color
Monochromatic Colors of #C5032B
Black with #C5032B
Text Example
Text Example
White with #C5032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5032B; }
p { color: rgb(197,3,43); }
H1.HeaderClassName
{
color: #C5032B;
}
.AnyTagClassName
{
color: #C5032B;
}
</style>
background-color css
<style>
a { background-color: #C5032B; }
a { background-color: rgb(197,3,43); }
div.DivClassName
{
background-color: #C5032B;
}
.BgClassName
{
background-color: #C5032B;
}
</style>
border-color css
<style>
span { border-color: #C5032B; }
span { border-color: rgb(197,3,43); }
td.TdClassName
{
border-color: #C5032B;
}
.TagClassName
{
border-color: #C5032B;
}
</style>