Shades of Venetian Red #C10105
Tints of Venetian Red #C10105
RGB
CMYK
RGB Variations
Color information
#C10105 (or 0xC10105) is known color: Venetian Red. HEX triplet: C1, 01 and 05. RGB value is (193,1,5). Sum of RGB (Red+Green+Blue) = 193+1+5=199 (26% of max value = 765). Red value is 193 (75.78% from 255 or 96.98% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 193 - color contains mainly: red. Hex color #C10105 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10105 is #3EFEFA. Grayscale: #3B3B3B. Windows color (decimal): -4128507 or 328129. OLE color: 328129.
HSL color Cylindrical-coordinate representation of color #C10105: hue angle of 358.75º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10105 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.24 |
| HSL | 358.75º | 0.99% | 0.38% | - |
| HSV(B) | 358.75º | 0.99% | 0.76% | - |
| XYZ | 22.03 | 11.37 | 1.18 | - |
| YUV | 58.86 | 97.61 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 5 | 0 | 0.99 | 0.97 | 0.24 | 358.75 | 0.99 | 0.38 |
| Hex | C1 | 1 | 5 | 0 | 63 | 61 | 18 | 167 | 63 | 26 |
| Octal | 301 | 1 | 5 | 0 | 143 | 141 | 30 | 547 | 143 | 46 |
| Binary | 11000001 | 1 | 101 | 0 | 1100011 | 1100001 | 11000 | 101100111 | 1100011 | 100110 |
Color Harmonies of #C10105
Complementary color
Monochromatic Colors of #C10105
Black with #C10105
Text Example
Text Example
White with #C10105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10105; }
p { color: rgb(193,1,5); }
H1.HeaderClassName
{
color: #C10105;
}
.AnyTagClassName
{
color: #C10105;
}
</style>
background-color css
<style>
a { background-color: #C10105; }
a { background-color: rgb(193,1,5); }
div.DivClassName
{
background-color: #C10105;
}
.BgClassName
{
background-color: #C10105;
}
</style>
border-color css
<style>
span { border-color: #C10105; }
span { border-color: rgb(193,1,5); }
td.TdClassName
{
border-color: #C10105;
}
.TagClassName
{
border-color: #C10105;
}
</style>