Shades of Venetian Red #C70015
Tints of Venetian Red #C70015
RGB
CMYK
RGB Variations
Color information
#C70015 (or 0xC70015) is known color: Venetian Red. HEX triplet: C7, 00 and 15. RGB value is (199,0,21). Sum of RGB (Red+Green+Blue) = 199+0+21=220 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.45% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 199 - color contains mainly: red. Hex color #C70015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70015 is #38FFEA. Grayscale: #3E3E3E. Windows color (decimal): -3735531 or 1376455. OLE color: 1376455.
HSL color Cylindrical-coordinate representation of color #C70015: hue angle of 353.67º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C70015 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.89 | 0.22 |
| HSL | 353.67º | 1% | 0.39% | - |
| HSV(B) | 353.67º | 1% | 0.78% | - |
| XYZ | 23.69 | 12.2 | 1.82 | - |
| YUV | 61.9 | 104.93 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 21 | 0 | 1 | 0.89 | 0.22 | 353.67 | 1 | 0.39 |
| Hex | C7 | 0 | 15 | 0 | 64 | 59 | 16 | 162 | 64 | 27 |
| Octal | 307 | 0 | 25 | 0 | 144 | 131 | 26 | 542 | 144 | 47 |
| Binary | 11000111 | 0 | 10101 | 0 | 1100100 | 1011001 | 10110 | 101100010 | 1100100 | 100111 |
Color Harmonies of #C70015
Complementary color
Monochromatic Colors of #C70015
Black with #C70015
Text Example
Text Example
White with #C70015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70015; }
p { color: rgb(199,0,21); }
H1.HeaderClassName
{
color: #C70015;
}
.AnyTagClassName
{
color: #C70015;
}
</style>
background-color css
<style>
a { background-color: #C70015; }
a { background-color: rgb(199,0,21); }
div.DivClassName
{
background-color: #C70015;
}
.BgClassName
{
background-color: #C70015;
}
</style>
border-color css
<style>
span { border-color: #C70015; }
span { border-color: rgb(199,0,21); }
td.TdClassName
{
border-color: #C70015;
}
.TagClassName
{
border-color: #C70015;
}
</style>