Shades of Venetian Red #C61314
Tints of Venetian Red #C61314
RGB
CMYK
RGB Variations
Color information
#C61314 (or 0xC61314) is known color: Venetian Red. HEX triplet: C6, 13 and 14. RGB value is (198,19,20). Sum of RGB (Red+Green+Blue) = 198+19+20=237 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.54% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 198 - color contains mainly: red. Hex color #C61314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61314 is #39ECEB. Grayscale: #484848. Windows color (decimal): -3796204 or 1315782. OLE color: 1315782.
HSL color Cylindrical-coordinate representation of color #C61314: hue angle of 359.66º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61314 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 20 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.22 |
| HSL | 359.66º | 0.82% | 0.43% | - |
| HSV(B) | 359.66º | 0.9% | 0.78% | - |
| XYZ | 23.65 | 12.52 | 1.83 | - |
| YUV | 72.64 | 98.3 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 20 | 0 | 0.90 | 0.90 | 0.22 | 359.66 | 0.82 | 0.43 |
| Hex | C6 | 13 | 14 | 0 | 5A | 5A | 16 | 168 | 52 | 2B |
| Octal | 306 | 23 | 24 | 0 | 132 | 132 | 26 | 550 | 122 | 53 |
| Binary | 11000110 | 10011 | 10100 | 0 | 1011010 | 1011010 | 10110 | 101101000 | 1010010 | 101011 |
Color Harmonies of #C61314
Complementary color
Monochromatic Colors of #C61314
Black with #C61314
Text Example
Text Example
White with #C61314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61314; }
p { color: rgb(198,19,20); }
H1.HeaderClassName
{
color: #C61314;
}
.AnyTagClassName
{
color: #C61314;
}
</style>
background-color css
<style>
a { background-color: #C61314; }
a { background-color: rgb(198,19,20); }
div.DivClassName
{
background-color: #C61314;
}
.BgClassName
{
background-color: #C61314;
}
</style>
border-color css
<style>
span { border-color: #C61314; }
span { border-color: rgb(198,19,20); }
td.TdClassName
{
border-color: #C61314;
}
.TagClassName
{
border-color: #C61314;
}
</style>