Shades of Venetian Red #C10721
Tints of Venetian Red #C10721
RGB
CMYK
RGB Variations
Color information
#C10721 (or 0xC10721) is known color: Venetian Red. HEX triplet: C1, 07 and 21. RGB value is (193,7,33). Sum of RGB (Red+Green+Blue) = 193+7+33=233 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.83% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 193 - color contains mainly: red. Hex color #C10721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10721 is #3EF8DE. Grayscale: #414141. Windows color (decimal): -4126943 or 2164673. OLE color: 2164673.
HSL color Cylindrical-coordinate representation of color #C10721: hue angle of 351.61º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10721 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 33 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.24 |
| HSL | 351.61º | 0.93% | 0.39% | - |
| HSV(B) | 351.61º | 0.96% | 0.76% | - |
| XYZ | 22.34 | 11.6 | 2.5 | - |
| YUV | 65.58 | 109.62 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 33 | 0 | 0.96 | 0.83 | 0.24 | 351.61 | 0.93 | 0.39 |
| Hex | C1 | 7 | 21 | 0 | 60 | 53 | 18 | 160 | 5D | 27 |
| Octal | 301 | 7 | 41 | 0 | 140 | 123 | 30 | 540 | 135 | 47 |
| Binary | 11000001 | 111 | 100001 | 0 | 1100000 | 1010011 | 11000 | 101100000 | 1011101 | 100111 |
Color Harmonies of #C10721
Complementary color
Monochromatic Colors of #C10721
Black with #C10721
Text Example
Text Example
White with #C10721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10721; }
p { color: rgb(193,7,33); }
H1.HeaderClassName
{
color: #C10721;
}
.AnyTagClassName
{
color: #C10721;
}
</style>
background-color css
<style>
a { background-color: #C10721; }
a { background-color: rgb(193,7,33); }
div.DivClassName
{
background-color: #C10721;
}
.BgClassName
{
background-color: #C10721;
}
</style>
border-color css
<style>
span { border-color: #C10721; }
span { border-color: rgb(193,7,33); }
td.TdClassName
{
border-color: #C10721;
}
.TagClassName
{
border-color: #C10721;
}
</style>