Shades of Venetian Red #C60127
Tints of Venetian Red #C60127
RGB
CMYK
RGB Variations
Color information
#C60127 (or 0xC60127) is known color: Venetian Red. HEX triplet: C6, 01 and 27. RGB value is (198,1,39). Sum of RGB (Red+Green+Blue) = 198+1+39=238 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.19% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 198 - color contains mainly: red. Hex color #C60127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60127 is #39FED8. Grayscale: #404040. Windows color (decimal): -3800793 or 2556358. OLE color: 2556358.
HSL color Cylindrical-coordinate representation of color #C60127: hue angle of 348.43º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60127 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.22 |
| HSL | 348.43º | 0.99% | 0.39% | - |
| HSV(B) | 348.43º | 0.99% | 0.78% | - |
| XYZ | 23.67 | 12.17 | 3.02 | - |
| YUV | 64.24 | 113.77 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 39 | 0 | 0.99 | 0.80 | 0.22 | 348.43 | 0.99 | 0.39 |
| Hex | C6 | 1 | 27 | 0 | 63 | 50 | 16 | 15C | 63 | 27 |
| Octal | 306 | 1 | 47 | 0 | 143 | 120 | 26 | 534 | 143 | 47 |
| Binary | 11000110 | 1 | 100111 | 0 | 1100011 | 1010000 | 10110 | 101011100 | 1100011 | 100111 |
Color Harmonies of #C60127
Complementary color
Monochromatic Colors of #C60127
Black with #C60127
Text Example
Text Example
White with #C60127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60127; }
p { color: rgb(198,1,39); }
H1.HeaderClassName
{
color: #C60127;
}
.AnyTagClassName
{
color: #C60127;
}
</style>
background-color css
<style>
a { background-color: #C60127; }
a { background-color: rgb(198,1,39); }
div.DivClassName
{
background-color: #C60127;
}
.BgClassName
{
background-color: #C60127;
}
</style>
border-color css
<style>
span { border-color: #C60127; }
span { border-color: rgb(198,1,39); }
td.TdClassName
{
border-color: #C60127;
}
.TagClassName
{
border-color: #C60127;
}
</style>