Shades of Venetian Red #C10001
Tints of Venetian Red #C10001
RGB
CMYK
RGB Variations
Color information
#C10001 (or 0xC10001) is known color: Venetian Red. HEX triplet: C1, 00 and 01. RGB value is (193,0,1). Sum of RGB (Red+Green+Blue) = 193+0+1=194 (25% of max value = 765). Red value is 193 (75.78% from 255 or 99.48% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 193 - color contains mainly: red. Hex color #C10001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10001 is #3EFFFE. Grayscale: #3A3A3A. Windows color (decimal): -4128767 or 65729. OLE color: 65729.
HSL color Cylindrical-coordinate representation of color #C10001: hue angle of 359.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.24 |
| HSL | 359.69º | 1% | 0.38% | - |
| HSV(B) | 359.69º | 1% | 0.76% | - |
| XYZ | 22 | 11.34 | 1.06 | - |
| YUV | 57.82 | 95.94 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 1 | 0 | 1 | 0.99 | 0.24 | 359.69 | 1 | 0.38 |
| Hex | C1 | 0 | 1 | 0 | 64 | 63 | 18 | 168 | 64 | 26 |
| Octal | 301 | 0 | 1 | 0 | 144 | 143 | 30 | 550 | 144 | 46 |
| Binary | 11000001 | 0 | 1 | 0 | 1100100 | 1100011 | 11000 | 101101000 | 1100100 | 100110 |
Color Harmonies of #C10001
Complementary color
Monochromatic Colors of #C10001
Black with #C10001
Text Example
Text Example
White with #C10001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10001; }
p { color: rgb(193,0,1); }
H1.HeaderClassName
{
color: #C10001;
}
.AnyTagClassName
{
color: #C10001;
}
</style>
background-color css
<style>
a { background-color: #C10001; }
a { background-color: rgb(193,0,1); }
div.DivClassName
{
background-color: #C10001;
}
.BgClassName
{
background-color: #C10001;
}
</style>
border-color css
<style>
span { border-color: #C10001; }
span { border-color: rgb(193,0,1); }
td.TdClassName
{
border-color: #C10001;
}
.TagClassName
{
border-color: #C10001;
}
</style>