Shades of Venetian Red #C1121C
Tints of Venetian Red #C1121C
RGB
CMYK
RGB Variations
Color information
#C1121C (or 0xC1121C) is known color: Venetian Red. HEX triplet: C1, 12 and 1C. RGB value is (193,18,28). Sum of RGB (Red+Green+Blue) = 193+18+28=239 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.75% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 193 - color contains mainly: red. Hex color #C1121C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1121C is #3EEDE3. Grayscale: #474747. Windows color (decimal): -4124132 or 1839809. OLE color: 1839809.
HSL color Cylindrical-coordinate representation of color #C1121C: hue angle of 356.57º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1121C is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 28 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.24 |
| HSL | 356.57º | 0.83% | 0.41% | - |
| HSV(B) | 356.57º | 0.91% | 0.76% | - |
| XYZ | 22.42 | 11.85 | 2.21 | - |
| YUV | 71.47 | 103.48 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 28 | 0 | 0.91 | 0.85 | 0.24 | 356.57 | 0.83 | 0.41 |
| Hex | C1 | 12 | 1C | 0 | 5B | 55 | 18 | 165 | 53 | 29 |
| Octal | 301 | 22 | 34 | 0 | 133 | 125 | 30 | 545 | 123 | 51 |
| Binary | 11000001 | 10010 | 11100 | 0 | 1011011 | 1010101 | 11000 | 101100101 | 1010011 | 101001 |
Color Harmonies of #C1121C
Complementary color
Monochromatic Colors of #C1121C
Black with #C1121C
Text Example
Text Example
White with #C1121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1121C; }
p { color: rgb(193,18,28); }
H1.HeaderClassName
{
color: #C1121C;
}
.AnyTagClassName
{
color: #C1121C;
}
</style>
background-color css
<style>
a { background-color: #C1121C; }
a { background-color: rgb(193,18,28); }
div.DivClassName
{
background-color: #C1121C;
}
.BgClassName
{
background-color: #C1121C;
}
</style>
border-color css
<style>
span { border-color: #C1121C; }
span { border-color: rgb(193,18,28); }
td.TdClassName
{
border-color: #C1121C;
}
.TagClassName
{
border-color: #C1121C;
}
</style>