Shades of Venetian Red #C10529
Tints of Venetian Red #C10529
RGB
CMYK
RGB Variations
Color information
#C10529 (or 0xC10529) is known color: Venetian Red. HEX triplet: C1, 05 and 29. RGB value is (193,5,41). Sum of RGB (Red+Green+Blue) = 193+5+41=239 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.75% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 193 - color contains mainly: red. Hex color #C10529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10529 is #3EFAD6. Grayscale: #414141. Windows color (decimal): -4127447 or 2688449. OLE color: 2688449.
HSL color Cylindrical-coordinate representation of color #C10529: hue angle of 348.51º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10529 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 41 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.24 |
| HSL | 348.51º | 0.95% | 0.39% | - |
| HSV(B) | 348.51º | 0.97% | 0.76% | - |
| XYZ | 22.45 | 11.61 | 3.15 | - |
| YUV | 65.32 | 114.28 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 41 | 0 | 0.97 | 0.79 | 0.24 | 348.51 | 0.95 | 0.39 |
| Hex | C1 | 5 | 29 | 0 | 61 | 4F | 18 | 15D | 5F | 27 |
| Octal | 301 | 5 | 51 | 0 | 141 | 117 | 30 | 535 | 137 | 47 |
| Binary | 11000001 | 101 | 101001 | 0 | 1100001 | 1001111 | 11000 | 101011101 | 1011111 | 100111 |
Color Harmonies of #C10529
Complementary color
Monochromatic Colors of #C10529
Black with #C10529
Text Example
Text Example
White with #C10529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10529; }
p { color: rgb(193,5,41); }
H1.HeaderClassName
{
color: #C10529;
}
.AnyTagClassName
{
color: #C10529;
}
</style>
background-color css
<style>
a { background-color: #C10529; }
a { background-color: rgb(193,5,41); }
div.DivClassName
{
background-color: #C10529;
}
.BgClassName
{
background-color: #C10529;
}
</style>
border-color css
<style>
span { border-color: #C10529; }
span { border-color: rgb(193,5,41); }
td.TdClassName
{
border-color: #C10529;
}
.TagClassName
{
border-color: #C10529;
}
</style>