Shades of Venetian Red #C7010A
Tints of Venetian Red #C7010A
RGB
CMYK
RGB Variations
Color information
#C7010A (or 0xC7010A) is known color: Venetian Red. HEX triplet: C7, 01 and 0A. RGB value is (199,1,10). Sum of RGB (Red+Green+Blue) = 199+1+10=210 (27% of max value = 765). Red value is 199 (78.12% from 255 or 94.76% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 199 - color contains mainly: red. Hex color #C7010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7010A is #38FEF5. Grayscale: #3D3D3D. Windows color (decimal): -3735286 or 655815. OLE color: 655815.
HSL color Cylindrical-coordinate representation of color #C7010A: hue angle of 357.27º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7010A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.22 |
| HSL | 357.27º | 0.99% | 0.39% | - |
| HSV(B) | 357.27º | 0.99% | 0.78% | - |
| XYZ | 23.62 | 12.19 | 1.39 | - |
| YUV | 61.23 | 99.1 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 10 | 0 | 0.99 | 0.95 | 0.22 | 357.27 | 0.99 | 0.39 |
| Hex | C7 | 1 | A | 0 | 63 | 5F | 16 | 165 | 63 | 27 |
| Octal | 307 | 1 | 12 | 0 | 143 | 137 | 26 | 545 | 143 | 47 |
| Binary | 11000111 | 1 | 1010 | 0 | 1100011 | 1011111 | 10110 | 101100101 | 1100011 | 100111 |
Color Harmonies of #C7010A
Complementary color
Monochromatic Colors of #C7010A
Black with #C7010A
Text Example
Text Example
White with #C7010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7010A; }
p { color: rgb(199,1,10); }
H1.HeaderClassName
{
color: #C7010A;
}
.AnyTagClassName
{
color: #C7010A;
}
</style>
background-color css
<style>
a { background-color: #C7010A; }
a { background-color: rgb(199,1,10); }
div.DivClassName
{
background-color: #C7010A;
}
.BgClassName
{
background-color: #C7010A;
}
</style>
border-color css
<style>
span { border-color: #C7010A; }
span { border-color: rgb(199,1,10); }
td.TdClassName
{
border-color: #C7010A;
}
.TagClassName
{
border-color: #C7010A;
}
</style>