Shades of Venetian Red #C1052C
Tints of Venetian Red #C1052C
RGB
CMYK
RGB Variations
Color information
#C1052C (or 0xC1052C) is known color: Venetian Red. HEX triplet: C1, 05 and 2C. RGB value is (193,5,44). Sum of RGB (Red+Green+Blue) = 193+5+44=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C1052C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1052C is #3EFAD3. Grayscale: #414141. Windows color (decimal): -4127444 or 2885057. OLE color: 2885057.
HSL color Cylindrical-coordinate representation of color #C1052C: hue angle of 347.55º degrees, saturation: 0.95, 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 #C1052C is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 44 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.24 |
| HSL | 347.55º | 0.95% | 0.39% | - |
| HSV(B) | 347.55º | 0.97% | 0.76% | - |
| XYZ | 22.5 | 11.63 | 3.44 | - |
| YUV | 65.66 | 115.78 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 44 | 0 | 0.97 | 0.77 | 0.24 | 347.55 | 0.95 | 0.39 |
| Hex | C1 | 5 | 2C | 0 | 61 | 4D | 18 | 15C | 5F | 27 |
| Octal | 301 | 5 | 54 | 0 | 141 | 115 | 30 | 534 | 137 | 47 |
| Binary | 11000001 | 101 | 101100 | 0 | 1100001 | 1001101 | 11000 | 101011100 | 1011111 | 100111 |
Color Harmonies of #C1052C
Complementary color
Monochromatic Colors of #C1052C
Black with #C1052C
Text Example
Text Example
White with #C1052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1052C; }
p { color: rgb(193,5,44); }
H1.HeaderClassName
{
color: #C1052C;
}
.AnyTagClassName
{
color: #C1052C;
}
</style>
background-color css
<style>
a { background-color: #C1052C; }
a { background-color: rgb(193,5,44); }
div.DivClassName
{
background-color: #C1052C;
}
.BgClassName
{
background-color: #C1052C;
}
</style>
border-color css
<style>
span { border-color: #C1052C; }
span { border-color: rgb(193,5,44); }
td.TdClassName
{
border-color: #C1052C;
}
.TagClassName
{
border-color: #C1052C;
}
</style>