Shades of Venetian Red #C10104
Tints of Venetian Red #C10104
RGB
CMYK
RGB Variations
Color information
#C10104 (or 0xC10104) is known color: Venetian Red. HEX triplet: C1, 01 and 04. RGB value is (193,1,4). Sum of RGB (Red+Green+Blue) = 193+1+4=198 (26% of max value = 765). Red value is 193 (75.78% from 255 or 97.47% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 193 - color contains mainly: red. Hex color #C10104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10104 is #3EFEFB. Grayscale: #3A3A3A. Windows color (decimal): -4128508 or 262593. OLE color: 262593.
HSL color Cylindrical-coordinate representation of color #C10104: hue angle of 359.06º 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 #C10104 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.24 |
| HSL | 359.06º | 0.99% | 0.38% | - |
| HSV(B) | 359.06º | 0.99% | 0.76% | - |
| XYZ | 22.03 | 11.37 | 1.15 | - |
| YUV | 58.75 | 97.11 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 4 | 0 | 0.99 | 0.98 | 0.24 | 359.06 | 0.99 | 0.38 |
| Hex | C1 | 1 | 4 | 0 | 63 | 62 | 18 | 167 | 63 | 26 |
| Octal | 301 | 1 | 4 | 0 | 143 | 142 | 30 | 547 | 143 | 46 |
| Binary | 11000001 | 1 | 100 | 0 | 1100011 | 1100010 | 11000 | 101100111 | 1100011 | 100110 |
Color Harmonies of #C10104
Complementary color
Monochromatic Colors of #C10104
Black with #C10104
Text Example
Text Example
White with #C10104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10104; }
p { color: rgb(193,1,4); }
H1.HeaderClassName
{
color: #C10104;
}
.AnyTagClassName
{
color: #C10104;
}
</style>
background-color css
<style>
a { background-color: #C10104; }
a { background-color: rgb(193,1,4); }
div.DivClassName
{
background-color: #C10104;
}
.BgClassName
{
background-color: #C10104;
}
</style>
border-color css
<style>
span { border-color: #C10104; }
span { border-color: rgb(193,1,4); }
td.TdClassName
{
border-color: #C10104;
}
.TagClassName
{
border-color: #C10104;
}
</style>