Shades of Venetian Red #C10F19
Tints of Venetian Red #C10F19
RGB
CMYK
RGB Variations
Color information
#C10F19 (or 0xC10F19) is known color: Venetian Red. HEX triplet: C1, 0F and 19. RGB value is (193,15,25). Sum of RGB (Red+Green+Blue) = 193+15+25=233 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.83% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10F19 is #3EF0E6. Grayscale: #454545. Windows color (decimal): -4124903 or 1642433. OLE color: 1642433.
HSL color Cylindrical-coordinate representation of color #C10F19: hue angle of 356.63º 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 #C10F19 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 25 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.24 |
| HSL | 356.63º | 0.86% | 0.41% | - |
| HSV(B) | 356.63º | 0.92% | 0.76% | - |
| XYZ | 22.34 | 11.75 | 2.01 | - |
| YUV | 69.36 | 102.97 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 25 | 0 | 0.92 | 0.87 | 0.24 | 356.63 | 0.86 | 0.41 |
| Hex | C1 | F | 19 | 0 | 5C | 57 | 18 | 165 | 56 | 29 |
| Octal | 301 | 17 | 31 | 0 | 134 | 127 | 30 | 545 | 126 | 51 |
| Binary | 11000001 | 1111 | 11001 | 0 | 1011100 | 1010111 | 11000 | 101100101 | 1010110 | 101001 |
Color Harmonies of #C10F19
Complementary color
Monochromatic Colors of #C10F19
Black with #C10F19
Text Example
Text Example
White with #C10F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F19; }
p { color: rgb(193,15,25); }
H1.HeaderClassName
{
color: #C10F19;
}
.AnyTagClassName
{
color: #C10F19;
}
</style>
background-color css
<style>
a { background-color: #C10F19; }
a { background-color: rgb(193,15,25); }
div.DivClassName
{
background-color: #C10F19;
}
.BgClassName
{
background-color: #C10F19;
}
</style>
border-color css
<style>
span { border-color: #C10F19; }
span { border-color: rgb(193,15,25); }
td.TdClassName
{
border-color: #C10F19;
}
.TagClassName
{
border-color: #C10F19;
}
</style>