Shades of Venetian Red #C10119
Tints of Venetian Red #C10119
RGB
CMYK
RGB Variations
Color information
#C10119 (or 0xC10119) is known color: Venetian Red. HEX triplet: C1, 01 and 19. RGB value is (193,1,25). Sum of RGB (Red+Green+Blue) = 193+1+25=219 (29% of max value = 765). Red value is 193 (75.78% from 255 or 88.13% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 193 - color contains mainly: red. Hex color #C10119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10119 is #3EFEE6. Grayscale: #3D3D3D. Windows color (decimal): -4128487 or 1638849. OLE color: 1638849.
HSL color Cylindrical-coordinate representation of color #C10119: hue angle of 352.5º 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 #C10119 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 25 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.24 |
| HSL | 352.5º | 0.99% | 0.38% | - |
| HSV(B) | 352.5º | 0.99% | 0.76% | - |
| XYZ | 22.18 | 11.43 | 1.96 | - |
| YUV | 61.14 | 107.61 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 25 | 0 | 0.99 | 0.87 | 0.24 | 352.5 | 0.99 | 0.38 |
| Hex | C1 | 1 | 19 | 0 | 63 | 57 | 18 | 160 | 63 | 26 |
| Octal | 301 | 1 | 31 | 0 | 143 | 127 | 30 | 540 | 143 | 46 |
| Binary | 11000001 | 1 | 11001 | 0 | 1100011 | 1010111 | 11000 | 101100000 | 1100011 | 100110 |
Color Harmonies of #C10119
Complementary color
Monochromatic Colors of #C10119
Black with #C10119
Text Example
Text Example
White with #C10119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10119; }
p { color: rgb(193,1,25); }
H1.HeaderClassName
{
color: #C10119;
}
.AnyTagClassName
{
color: #C10119;
}
</style>
background-color css
<style>
a { background-color: #C10119; }
a { background-color: rgb(193,1,25); }
div.DivClassName
{
background-color: #C10119;
}
.BgClassName
{
background-color: #C10119;
}
</style>
border-color css
<style>
span { border-color: #C10119; }
span { border-color: rgb(193,1,25); }
td.TdClassName
{
border-color: #C10119;
}
.TagClassName
{
border-color: #C10119;
}
</style>