Shades of Venetian Red #C11419
Tints of Venetian Red #C11419
RGB
CMYK
RGB Variations
Color information
#C11419 (or 0xC11419) is known color: Venetian Red. HEX triplet: C1, 14 and 19. RGB value is (193,20,25). Sum of RGB (Red+Green+Blue) = 193+20+25=238 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.09% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 193 - color contains mainly: red. Hex color #C11419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11419 is #3EEBE6. Grayscale: #484848. Windows color (decimal): -4123623 or 1643713. OLE color: 1643713.
HSL color Cylindrical-coordinate representation of color #C11419: hue angle of 358.27º degrees, saturation: 0.81, 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 #C11419 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 25 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.24 |
| HSL | 358.27º | 0.81% | 0.42% | - |
| HSV(B) | 358.27º | 0.9% | 0.76% | - |
| XYZ | 22.42 | 11.91 | 2.04 | - |
| YUV | 72.3 | 101.31 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 25 | 0 | 0.90 | 0.87 | 0.24 | 358.27 | 0.81 | 0.42 |
| Hex | C1 | 14 | 19 | 0 | 5A | 57 | 18 | 166 | 51 | 2A |
| Octal | 301 | 24 | 31 | 0 | 132 | 127 | 30 | 546 | 121 | 52 |
| Binary | 11000001 | 10100 | 11001 | 0 | 1011010 | 1010111 | 11000 | 101100110 | 1010001 | 101010 |
Color Harmonies of #C11419
Complementary color
Monochromatic Colors of #C11419
Black with #C11419
Text Example
Text Example
White with #C11419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11419; }
p { color: rgb(193,20,25); }
H1.HeaderClassName
{
color: #C11419;
}
.AnyTagClassName
{
color: #C11419;
}
</style>
background-color css
<style>
a { background-color: #C11419; }
a { background-color: rgb(193,20,25); }
div.DivClassName
{
background-color: #C11419;
}
.BgClassName
{
background-color: #C11419;
}
</style>
border-color css
<style>
span { border-color: #C11419; }
span { border-color: rgb(193,20,25); }
td.TdClassName
{
border-color: #C11419;
}
.TagClassName
{
border-color: #C11419;
}
</style>