Shades of Venetian Red #C00215
Tints of Venetian Red #C00215
RGB
CMYK
RGB Variations
Color information
#C00215 (or 0xC00215) is known color: Venetian Red. HEX triplet: C0, 02 and 15. RGB value is (192,2,21). Sum of RGB (Red+Green+Blue) = 192+2+21=215 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.30% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 192 - color contains mainly: red. Hex color #C00215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00215 is #3FFDEA. Grayscale: #3D3D3D. Windows color (decimal): -4193771 or 1376960. OLE color: 1376960.
HSL color Cylindrical-coordinate representation of color #C00215: hue angle of 354º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00215 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 21 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.25 |
| HSL | 354º | 0.98% | 0.38% | - |
| HSV(B) | 354º | 0.99% | 0.75% | - |
| XYZ | 21.9 | 11.3 | 1.74 | - |
| YUV | 60.98 | 105.45 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 21 | 0 | 0.99 | 0.89 | 0.25 | 354 | 0.98 | 0.38 |
| Hex | C0 | 2 | 15 | 0 | 63 | 59 | 19 | 162 | 62 | 26 |
| Octal | 300 | 2 | 25 | 0 | 143 | 131 | 31 | 542 | 142 | 46 |
| Binary | 11000000 | 10 | 10101 | 0 | 1100011 | 1011001 | 11001 | 101100010 | 1100010 | 100110 |
Color Harmonies of #C00215
Complementary color
Monochromatic Colors of #C00215
Black with #C00215
Text Example
Text Example
White with #C00215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00215; }
p { color: rgb(192,2,21); }
H1.HeaderClassName
{
color: #C00215;
}
.AnyTagClassName
{
color: #C00215;
}
</style>
background-color css
<style>
a { background-color: #C00215; }
a { background-color: rgb(192,2,21); }
div.DivClassName
{
background-color: #C00215;
}
.BgClassName
{
background-color: #C00215;
}
</style>
border-color css
<style>
span { border-color: #C00215; }
span { border-color: rgb(192,2,21); }
td.TdClassName
{
border-color: #C00215;
}
.TagClassName
{
border-color: #C00215;
}
</style>