Shades of Venetian Red #C10619
Tints of Venetian Red #C10619
RGB
CMYK
RGB Variations
Color information
#C10619 (or 0xC10619) is known color: Venetian Red. HEX triplet: C1, 06 and 19. RGB value is (193,6,25). Sum of RGB (Red+Green+Blue) = 193+6+25=224 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.16% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 193 - color contains mainly: red. Hex color #C10619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10619 is #3EF9E6. Grayscale: #404040. Windows color (decimal): -4127207 or 1640129. OLE color: 1640129.
HSL color Cylindrical-coordinate representation of color #C10619: hue angle of 353.9º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10619 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 25 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.24 |
| HSL | 353.9º | 0.94% | 0.39% | - |
| HSV(B) | 353.9º | 0.97% | 0.76% | - |
| XYZ | 22.23 | 11.54 | 1.97 | - |
| YUV | 64.08 | 105.95 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 25 | 0 | 0.97 | 0.87 | 0.24 | 353.9 | 0.94 | 0.39 |
| Hex | C1 | 6 | 19 | 0 | 61 | 57 | 18 | 162 | 5E | 27 |
| Octal | 301 | 6 | 31 | 0 | 141 | 127 | 30 | 542 | 136 | 47 |
| Binary | 11000001 | 110 | 11001 | 0 | 1100001 | 1010111 | 11000 | 101100010 | 1011110 | 100111 |
Color Harmonies of #C10619
Complementary color
Monochromatic Colors of #C10619
Black with #C10619
Text Example
Text Example
White with #C10619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10619; }
p { color: rgb(193,6,25); }
H1.HeaderClassName
{
color: #C10619;
}
.AnyTagClassName
{
color: #C10619;
}
</style>
background-color css
<style>
a { background-color: #C10619; }
a { background-color: rgb(193,6,25); }
div.DivClassName
{
background-color: #C10619;
}
.BgClassName
{
background-color: #C10619;
}
</style>
border-color css
<style>
span { border-color: #C10619; }
span { border-color: rgb(193,6,25); }
td.TdClassName
{
border-color: #C10619;
}
.TagClassName
{
border-color: #C10619;
}
</style>