Shades of Venetian Red #C10102
Tints of Venetian Red #C10102
RGB
CMYK
RGB Variations
Color information
#C10102 (or 0xC10102) is known color: Venetian Red. HEX triplet: C1, 01 and 02. RGB value is (193,1,2). Sum of RGB (Red+Green+Blue) = 193+1+2=196 (25% of max value = 765). Red value is 193 (75.78% from 255 or 98.47% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 193 - color contains mainly: red. Hex color #C10102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10102 is #3EFEFD. Grayscale: #3A3A3A. Windows color (decimal): -4128510 or 131521. OLE color: 131521.
HSL color Cylindrical-coordinate representation of color #C10102: hue angle of 359.69º 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 #C10102 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.24 |
| HSL | 359.69º | 0.99% | 0.38% | - |
| HSV(B) | 359.69º | 0.99% | 0.76% | - |
| XYZ | 22.01 | 11.36 | 1.09 | - |
| YUV | 58.52 | 96.11 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 2 | 0 | 0.99 | 0.99 | 0.24 | 359.69 | 0.99 | 0.38 |
| Hex | C1 | 1 | 2 | 0 | 63 | 63 | 18 | 168 | 63 | 26 |
| Octal | 301 | 1 | 2 | 0 | 143 | 143 | 30 | 550 | 143 | 46 |
| Binary | 11000001 | 1 | 10 | 0 | 1100011 | 1100011 | 11000 | 101101000 | 1100011 | 100110 |
Color Harmonies of #C10102
Complementary color
Monochromatic Colors of #C10102
Black with #C10102
Text Example
Text Example
White with #C10102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10102; }
p { color: rgb(193,1,2); }
H1.HeaderClassName
{
color: #C10102;
}
.AnyTagClassName
{
color: #C10102;
}
</style>
background-color css
<style>
a { background-color: #C10102; }
a { background-color: rgb(193,1,2); }
div.DivClassName
{
background-color: #C10102;
}
.BgClassName
{
background-color: #C10102;
}
</style>
border-color css
<style>
span { border-color: #C10102; }
span { border-color: rgb(193,1,2); }
td.TdClassName
{
border-color: #C10102;
}
.TagClassName
{
border-color: #C10102;
}
</style>