Shades of Venetian Red #C11319
Tints of Venetian Red #C11319
RGB
CMYK
RGB Variations
Color information
#C11319 (or 0xC11319) is known color: Venetian Red. HEX triplet: C1, 13 and 19. RGB value is (193,19,25). Sum of RGB (Red+Green+Blue) = 193+19+25=237 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.43% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 193 - color contains mainly: red. Hex color #C11319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11319 is #3EECE6. Grayscale: #474747. Windows color (decimal): -4123879 or 1643457. OLE color: 1643457.
HSL color Cylindrical-coordinate representation of color #C11319: hue angle of 357.93º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11319 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 25 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.24 |
| HSL | 357.93º | 0.82% | 0.42% | - |
| HSV(B) | 357.93º | 0.9% | 0.76% | - |
| XYZ | 22.4 | 11.87 | 2.03 | - |
| YUV | 71.71 | 101.65 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 25 | 0 | 0.90 | 0.87 | 0.24 | 357.93 | 0.82 | 0.42 |
| Hex | C1 | 13 | 19 | 0 | 5A | 57 | 18 | 166 | 52 | 2A |
| Octal | 301 | 23 | 31 | 0 | 132 | 127 | 30 | 546 | 122 | 52 |
| Binary | 11000001 | 10011 | 11001 | 0 | 1011010 | 1010111 | 11000 | 101100110 | 1010010 | 101010 |
Color Harmonies of #C11319
Complementary color
Monochromatic Colors of #C11319
Black with #C11319
Text Example
Text Example
White with #C11319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11319; }
p { color: rgb(193,19,25); }
H1.HeaderClassName
{
color: #C11319;
}
.AnyTagClassName
{
color: #C11319;
}
</style>
background-color css
<style>
a { background-color: #C11319; }
a { background-color: rgb(193,19,25); }
div.DivClassName
{
background-color: #C11319;
}
.BgClassName
{
background-color: #C11319;
}
</style>
border-color css
<style>
span { border-color: #C11319; }
span { border-color: rgb(193,19,25); }
td.TdClassName
{
border-color: #C11319;
}
.TagClassName
{
border-color: #C11319;
}
</style>