Shades of Venetian Red #C01518
Tints of Venetian Red #C01518
RGB
CMYK
RGB Variations
Color information
#C01518 (or 0xC01518) is known color: Venetian Red. HEX triplet: C0, 15 and 18. RGB value is (192,21,24). Sum of RGB (Red+Green+Blue) = 192+21+24=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C01518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01518 is #3FEAE7. Grayscale: #484848. Windows color (decimal): -4188904 or 1578432. OLE color: 1578432.
HSL color Cylindrical-coordinate representation of color #C01518: hue angle of 358.95º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01518 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 24 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.25 |
| HSL | 358.95º | 0.8% | 0.42% | - |
| HSV(B) | 358.95º | 0.89% | 0.75% | - |
| XYZ | 22.17 | 11.81 | 1.97 | - |
| YUV | 72.47 | 100.65 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 24 | 0 | 0.89 | 0.88 | 0.25 | 358.95 | 0.8 | 0.42 |
| Hex | C0 | 15 | 18 | 0 | 59 | 58 | 19 | 167 | 50 | 2A |
| Octal | 300 | 25 | 30 | 0 | 131 | 130 | 31 | 547 | 120 | 52 |
| Binary | 11000000 | 10101 | 11000 | 0 | 1011001 | 1011000 | 11001 | 101100111 | 1010000 | 101010 |
Color Harmonies of #C01518
Complementary color
Monochromatic Colors of #C01518
Black with #C01518
Text Example
Text Example
White with #C01518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01518; }
p { color: rgb(192,21,24); }
H1.HeaderClassName
{
color: #C01518;
}
.AnyTagClassName
{
color: #C01518;
}
</style>
background-color css
<style>
a { background-color: #C01518; }
a { background-color: rgb(192,21,24); }
div.DivClassName
{
background-color: #C01518;
}
.BgClassName
{
background-color: #C01518;
}
</style>
border-color css
<style>
span { border-color: #C01518; }
span { border-color: rgb(192,21,24); }
td.TdClassName
{
border-color: #C01518;
}
.TagClassName
{
border-color: #C01518;
}
</style>