Shades of Venetian Red #C60227
Tints of Venetian Red #C60227
RGB
CMYK
RGB Variations
Color information
#C60227 (or 0xC60227) is known color: Venetian Red. HEX triplet: C6, 02 and 27. RGB value is (198,2,39). Sum of RGB (Red+Green+Blue) = 198+2+39=239 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.85% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 198 - color contains mainly: red. Hex color #C60227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60227 is #39FDD8. Grayscale: #404040. Windows color (decimal): -3800537 or 2556614. OLE color: 2556614.
HSL color Cylindrical-coordinate representation of color #C60227: hue angle of 348.67º degrees, saturation: 0.98, 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 #C60227 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 39 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.22 |
| HSL | 348.67º | 0.98% | 0.39% | - |
| HSV(B) | 348.67º | 0.99% | 0.78% | - |
| XYZ | 23.68 | 12.2 | 3.03 | - |
| YUV | 64.82 | 113.43 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 39 | 0 | 0.99 | 0.80 | 0.22 | 348.67 | 0.98 | 0.39 |
| Hex | C6 | 2 | 27 | 0 | 63 | 50 | 16 | 15D | 62 | 27 |
| Octal | 306 | 2 | 47 | 0 | 143 | 120 | 26 | 535 | 142 | 47 |
| Binary | 11000110 | 10 | 100111 | 0 | 1100011 | 1010000 | 10110 | 101011101 | 1100010 | 100111 |
Color Harmonies of #C60227
Complementary color
Monochromatic Colors of #C60227
Black with #C60227
Text Example
Text Example
White with #C60227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60227; }
p { color: rgb(198,2,39); }
H1.HeaderClassName
{
color: #C60227;
}
.AnyTagClassName
{
color: #C60227;
}
</style>
background-color css
<style>
a { background-color: #C60227; }
a { background-color: rgb(198,2,39); }
div.DivClassName
{
background-color: #C60227;
}
.BgClassName
{
background-color: #C60227;
}
</style>
border-color css
<style>
span { border-color: #C60227; }
span { border-color: rgb(198,2,39); }
td.TdClassName
{
border-color: #C60227;
}
.TagClassName
{
border-color: #C60227;
}
</style>