Shades of Venetian Red #C10F17
Tints of Venetian Red #C10F17
RGB
CMYK
RGB Variations
Color information
#C10F17 (or 0xC10F17) is known color: Venetian Red. HEX triplet: C1, 0F and 17. RGB value is (193,15,23). Sum of RGB (Red+Green+Blue) = 193+15+23=231 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.55% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10F17 is #3EF0E8. Grayscale: #454545. Windows color (decimal): -4124905 or 1511361. OLE color: 1511361.
HSL color Cylindrical-coordinate representation of color #C10F17: hue angle of 357.3º 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 #C10F17 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 23 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.24 |
| HSL | 357.3º | 0.86% | 0.41% | - |
| HSV(B) | 357.3º | 0.92% | 0.76% | - |
| XYZ | 22.32 | 11.74 | 1.9 | - |
| YUV | 69.13 | 101.97 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 23 | 0 | 0.92 | 0.88 | 0.24 | 357.3 | 0.86 | 0.41 |
| Hex | C1 | F | 17 | 0 | 5C | 58 | 18 | 165 | 56 | 29 |
| Octal | 301 | 17 | 27 | 0 | 134 | 130 | 30 | 545 | 126 | 51 |
| Binary | 11000001 | 1111 | 10111 | 0 | 1011100 | 1011000 | 11000 | 101100101 | 1010110 | 101001 |
Color Harmonies of #C10F17
Complementary color
Monochromatic Colors of #C10F17
Black with #C10F17
Text Example
Text Example
White with #C10F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F17; }
p { color: rgb(193,15,23); }
H1.HeaderClassName
{
color: #C10F17;
}
.AnyTagClassName
{
color: #C10F17;
}
</style>
background-color css
<style>
a { background-color: #C10F17; }
a { background-color: rgb(193,15,23); }
div.DivClassName
{
background-color: #C10F17;
}
.BgClassName
{
background-color: #C10F17;
}
</style>
border-color css
<style>
span { border-color: #C10F17; }
span { border-color: rgb(193,15,23); }
td.TdClassName
{
border-color: #C10F17;
}
.TagClassName
{
border-color: #C10F17;
}
</style>