Shades of Venetian Red #C50027
Tints of Venetian Red #C50027
RGB
CMYK
RGB Variations
Color information
#C50027 (or 0xC50027) is known color: Venetian Red. HEX triplet: C5, 00 and 27. RGB value is (197,0,39). Sum of RGB (Red+Green+Blue) = 197+0+39=236 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.47% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 197 - color contains mainly: red. Hex color #C50027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50027 is #3AFFD8. Grayscale: #3F3F3F. Windows color (decimal): -3866585 or 2556101. OLE color: 2556101.
HSL color Cylindrical-coordinate representation of color #C50027: hue angle of 348.12º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50027 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.80 | 0.23 |
| HSL | 348.12º | 1% | 0.39% | - |
| HSV(B) | 348.12º | 1% | 0.77% | - |
| XYZ | 23.39 | 12.02 | 3.01 | - |
| YUV | 63.35 | 114.27 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 39 | 0 | 1 | 0.80 | 0.23 | 348.12 | 1 | 0.39 |
| Hex | C5 | 0 | 27 | 0 | 64 | 50 | 17 | 15C | 64 | 27 |
| Octal | 305 | 0 | 47 | 0 | 144 | 120 | 27 | 534 | 144 | 47 |
| Binary | 11000101 | 0 | 100111 | 0 | 1100100 | 1010000 | 10111 | 101011100 | 1100100 | 100111 |
Color Harmonies of #C50027
Complementary color
Monochromatic Colors of #C50027
Black with #C50027
Text Example
Text Example
White with #C50027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50027; }
p { color: rgb(197,0,39); }
H1.HeaderClassName
{
color: #C50027;
}
.AnyTagClassName
{
color: #C50027;
}
</style>
background-color css
<style>
a { background-color: #C50027; }
a { background-color: rgb(197,0,39); }
div.DivClassName
{
background-color: #C50027;
}
.BgClassName
{
background-color: #C50027;
}
</style>
border-color css
<style>
span { border-color: #C50027; }
span { border-color: rgb(197,0,39); }
td.TdClassName
{
border-color: #C50027;
}
.TagClassName
{
border-color: #C50027;
}
</style>