Shades of Venetian Red #C50227
Tints of Venetian Red #C50227
RGB
CMYK
RGB Variations
Color information
#C50227 (or 0xC50227) is known color: Venetian Red. HEX triplet: C5, 02 and 27. RGB value is (197,2,39). Sum of RGB (Red+Green+Blue) = 197+2+39=238 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.77% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 197 - color contains mainly: red. Hex color #C50227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50227 is #3AFDD8. Grayscale: #404040. Windows color (decimal): -3866073 or 2556613. OLE color: 2556613.
HSL color Cylindrical-coordinate representation of color #C50227: hue angle of 348.62º degrees, saturation: 0.98, 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 #C50227 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 39 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.23 |
| HSL | 348.62º | 0.98% | 0.39% | - |
| HSV(B) | 348.62º | 0.99% | 0.77% | - |
| XYZ | 23.41 | 12.06 | 3.01 | - |
| YUV | 64.52 | 113.6 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 39 | 0 | 0.99 | 0.80 | 0.23 | 348.62 | 0.98 | 0.39 |
| Hex | C5 | 2 | 27 | 0 | 63 | 50 | 17 | 15D | 62 | 27 |
| Octal | 305 | 2 | 47 | 0 | 143 | 120 | 27 | 535 | 142 | 47 |
| Binary | 11000101 | 10 | 100111 | 0 | 1100011 | 1010000 | 10111 | 101011101 | 1100010 | 100111 |
Color Harmonies of #C50227
Complementary color
Monochromatic Colors of #C50227
Black with #C50227
Text Example
Text Example
White with #C50227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50227; }
p { color: rgb(197,2,39); }
H1.HeaderClassName
{
color: #C50227;
}
.AnyTagClassName
{
color: #C50227;
}
</style>
background-color css
<style>
a { background-color: #C50227; }
a { background-color: rgb(197,2,39); }
div.DivClassName
{
background-color: #C50227;
}
.BgClassName
{
background-color: #C50227;
}
</style>
border-color css
<style>
span { border-color: #C50227; }
span { border-color: rgb(197,2,39); }
td.TdClassName
{
border-color: #C50227;
}
.TagClassName
{
border-color: #C50227;
}
</style>