Shades of Venetian Red #C00515
Tints of Venetian Red #C00515
RGB
CMYK
RGB Variations
Color information
#C00515 (or 0xC00515) is known color: Venetian Red. HEX triplet: C0, 05 and 15. RGB value is (192,5,21). Sum of RGB (Red+Green+Blue) = 192+5+21=218 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.07% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 192 - color contains mainly: red. Hex color #C00515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00515 is #3FFAEA. Grayscale: #3E3E3E. Windows color (decimal): -4193003 or 1377728. OLE color: 1377728.
HSL color Cylindrical-coordinate representation of color #C00515: hue angle of 354.87º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00515 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 21 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.25 |
| HSL | 354.87º | 0.95% | 0.39% | - |
| HSV(B) | 354.87º | 0.97% | 0.75% | - |
| XYZ | 21.93 | 11.37 | 1.75 | - |
| YUV | 62.74 | 104.45 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 21 | 0 | 0.97 | 0.89 | 0.25 | 354.87 | 0.95 | 0.39 |
| Hex | C0 | 5 | 15 | 0 | 61 | 59 | 19 | 163 | 5F | 27 |
| Octal | 300 | 5 | 25 | 0 | 141 | 131 | 31 | 543 | 137 | 47 |
| Binary | 11000000 | 101 | 10101 | 0 | 1100001 | 1011001 | 11001 | 101100011 | 1011111 | 100111 |
Color Harmonies of #C00515
Complementary color
Monochromatic Colors of #C00515
Black with #C00515
Text Example
Text Example
White with #C00515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00515; }
p { color: rgb(192,5,21); }
H1.HeaderClassName
{
color: #C00515;
}
.AnyTagClassName
{
color: #C00515;
}
</style>
background-color css
<style>
a { background-color: #C00515; }
a { background-color: rgb(192,5,21); }
div.DivClassName
{
background-color: #C00515;
}
.BgClassName
{
background-color: #C00515;
}
</style>
border-color css
<style>
span { border-color: #C00515; }
span { border-color: rgb(192,5,21); }
td.TdClassName
{
border-color: #C00515;
}
.TagClassName
{
border-color: #C00515;
}
</style>