Shades of Venetian Red #C10F12
Tints of Venetian Red #C10F12
RGB
CMYK
RGB Variations
Color information
#C10F12 (or 0xC10F12) is known color: Venetian Red. HEX triplet: C1, 0F and 12. RGB value is (193,15,18). Sum of RGB (Red+Green+Blue) = 193+15+18=226 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.40% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10F12 is #3EF0ED. Grayscale: #444444. Windows color (decimal): -4124910 or 1183681. OLE color: 1183681.
HSL color Cylindrical-coordinate representation of color #C10F12: hue angle of 358.99º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C10F12 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 18 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.24 |
| HSL | 358.99º | 0.86% | 0.41% | - |
| HSV(B) | 358.99º | 0.92% | 0.76% | - |
| XYZ | 22.27 | 11.72 | 1.66 | - |
| YUV | 68.56 | 99.47 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 18 | 0 | 0.92 | 0.91 | 0.24 | 358.99 | 0.86 | 0.41 |
| Hex | C1 | F | 12 | 0 | 5C | 5B | 18 | 167 | 56 | 29 |
| Octal | 301 | 17 | 22 | 0 | 134 | 133 | 30 | 547 | 126 | 51 |
| Binary | 11000001 | 1111 | 10010 | 0 | 1011100 | 1011011 | 11000 | 101100111 | 1010110 | 101001 |
Color Harmonies of #C10F12
Complementary color
Monochromatic Colors of #C10F12
Black with #C10F12
Text Example
Text Example
White with #C10F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F12; }
p { color: rgb(193,15,18); }
H1.HeaderClassName
{
color: #C10F12;
}
.AnyTagClassName
{
color: #C10F12;
}
</style>
background-color css
<style>
a { background-color: #C10F12; }
a { background-color: rgb(193,15,18); }
div.DivClassName
{
background-color: #C10F12;
}
.BgClassName
{
background-color: #C10F12;
}
</style>
border-color css
<style>
span { border-color: #C10F12; }
span { border-color: rgb(193,15,18); }
td.TdClassName
{
border-color: #C10F12;
}
.TagClassName
{
border-color: #C10F12;
}
</style>