Shades of Venetian Red #C60415
Tints of Venetian Red #C60415
RGB
CMYK
RGB Variations
Color information
#C60415 (or 0xC60415) is known color: Venetian Red. HEX triplet: C6, 04 and 15. RGB value is (198,4,21). Sum of RGB (Red+Green+Blue) = 198+4+21=223 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.79% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 198 - color contains mainly: red. Hex color #C60415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60415 is #39FBEA. Grayscale: #404040. Windows color (decimal): -3800043 or 1377478. OLE color: 1377478.
HSL color Cylindrical-coordinate representation of color #C60415: hue angle of 354.74º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60415 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 21 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.22 |
| HSL | 354.74º | 0.96% | 0.4% | - |
| HSV(B) | 354.74º | 0.98% | 0.78% | - |
| XYZ | 23.47 | 12.15 | 1.82 | - |
| YUV | 63.94 | 103.77 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 21 | 0 | 0.98 | 0.89 | 0.22 | 354.74 | 0.96 | 0.4 |
| Hex | C6 | 4 | 15 | 0 | 62 | 59 | 16 | 163 | 60 | 28 |
| Octal | 306 | 4 | 25 | 0 | 142 | 131 | 26 | 543 | 140 | 50 |
| Binary | 11000110 | 100 | 10101 | 0 | 1100010 | 1011001 | 10110 | 101100011 | 1100000 | 101000 |
Color Harmonies of #C60415
Complementary color
Monochromatic Colors of #C60415
Black with #C60415
Text Example
Text Example
White with #C60415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60415; }
p { color: rgb(198,4,21); }
H1.HeaderClassName
{
color: #C60415;
}
.AnyTagClassName
{
color: #C60415;
}
</style>
background-color css
<style>
a { background-color: #C60415; }
a { background-color: rgb(198,4,21); }
div.DivClassName
{
background-color: #C60415;
}
.BgClassName
{
background-color: #C60415;
}
</style>
border-color css
<style>
span { border-color: #C60415; }
span { border-color: rgb(198,4,21); }
td.TdClassName
{
border-color: #C60415;
}
.TagClassName
{
border-color: #C60415;
}
</style>