Shades of Venetian Red #C50123
Tints of Venetian Red #C50123
RGB
CMYK
RGB Variations
Color information
#C50123 (or 0xC50123) is known color: Venetian Red. HEX triplet: C5, 01 and 23. RGB value is (197,1,35). Sum of RGB (Red+Green+Blue) = 197+1+35=233 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.55% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 197 - color contains mainly: red. Hex color #C50123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50123 is #3AFEDC. Grayscale: #3F3F3F. Windows color (decimal): -3866333 or 2294213. OLE color: 2294213.
HSL color Cylindrical-coordinate representation of color #C50123: hue angle of 349.59º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50123 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 35 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.23 |
| HSL | 349.59º | 0.99% | 0.39% | - |
| HSV(B) | 349.59º | 0.99% | 0.77% | - |
| XYZ | 23.34 | 12.01 | 2.68 | - |
| YUV | 63.48 | 111.93 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 35 | 0 | 0.99 | 0.82 | 0.23 | 349.59 | 0.99 | 0.39 |
| Hex | C5 | 1 | 23 | 0 | 63 | 52 | 17 | 15E | 63 | 27 |
| Octal | 305 | 1 | 43 | 0 | 143 | 122 | 27 | 536 | 143 | 47 |
| Binary | 11000101 | 1 | 100011 | 0 | 1100011 | 1010010 | 10111 | 101011110 | 1100011 | 100111 |
Color Harmonies of #C50123
Complementary color
Monochromatic Colors of #C50123
Black with #C50123
Text Example
Text Example
White with #C50123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50123; }
p { color: rgb(197,1,35); }
H1.HeaderClassName
{
color: #C50123;
}
.AnyTagClassName
{
color: #C50123;
}
</style>
background-color css
<style>
a { background-color: #C50123; }
a { background-color: rgb(197,1,35); }
div.DivClassName
{
background-color: #C50123;
}
.BgClassName
{
background-color: #C50123;
}
</style>
border-color css
<style>
span { border-color: #C50123; }
span { border-color: rgb(197,1,35); }
td.TdClassName
{
border-color: #C50123;
}
.TagClassName
{
border-color: #C50123;
}
</style>