Shades of Venetian Red #C10C14
Tints of Venetian Red #C10C14
RGB
CMYK
RGB Variations
Color information
#C10C14 (or 0xC10C14) is known color: Venetian Red. HEX triplet: C1, 0C and 14. RGB value is (193,12,20). Sum of RGB (Red+Green+Blue) = 193+12+20=225 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.78% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10C14 is #3EF3EB. Grayscale: #434343. Windows color (decimal): -4125676 or 1313985. OLE color: 1313985.
HSL color Cylindrical-coordinate representation of color #C10C14: hue angle of 357.35º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10C14 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 12 | 20 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.24 |
| HSL | 357.35º | 0.88% | 0.4% | - |
| HSV(B) | 357.35º | 0.94% | 0.76% | - |
| XYZ | 22.25 | 11.65 | 1.74 | - |
| YUV | 67.03 | 101.47 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 20 | 0 | 0.94 | 0.90 | 0.24 | 357.35 | 0.88 | 0.4 |
| Hex | C1 | C | 14 | 0 | 5E | 5A | 18 | 165 | 58 | 28 |
| Octal | 301 | 14 | 24 | 0 | 136 | 132 | 30 | 545 | 130 | 50 |
| Binary | 11000001 | 1100 | 10100 | 0 | 1011110 | 1011010 | 11000 | 101100101 | 1011000 | 101000 |
Color Harmonies of #C10C14
Complementary color
Monochromatic Colors of #C10C14
Black with #C10C14
Text Example
Text Example
White with #C10C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10C14; }
p { color: rgb(193,12,20); }
H1.HeaderClassName
{
color: #C10C14;
}
.AnyTagClassName
{
color: #C10C14;
}
</style>
background-color css
<style>
a { background-color: #C10C14; }
a { background-color: rgb(193,12,20); }
div.DivClassName
{
background-color: #C10C14;
}
.BgClassName
{
background-color: #C10C14;
}
</style>
border-color css
<style>
span { border-color: #C10C14; }
span { border-color: rgb(193,12,20); }
td.TdClassName
{
border-color: #C10C14;
}
.TagClassName
{
border-color: #C10C14;
}
</style>