Shades of Venetian Red #C1012A
Tints of Venetian Red #C1012A
RGB
CMYK
RGB Variations
Color information
#C1012A (or 0xC1012A) is known color: Venetian Red. HEX triplet: C1, 01 and 2A. RGB value is (193,1,42). Sum of RGB (Red+Green+Blue) = 193+1+42=236 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.78% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 193 - color contains mainly: red. Hex color #C1012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1012A is #3EFED5. Grayscale: #3F3F3F. Windows color (decimal): -4128470 or 2752961. OLE color: 2752961.
HSL color Cylindrical-coordinate representation of color #C1012A: hue angle of 347.19º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1012A is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.24 |
| HSL | 347.19º | 0.99% | 0.38% | - |
| HSV(B) | 347.19º | 0.99% | 0.76% | - |
| XYZ | 22.42 | 11.53 | 3.23 | - |
| YUV | 63.08 | 116.11 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 42 | 0 | 0.99 | 0.78 | 0.24 | 347.19 | 0.99 | 0.38 |
| Hex | C1 | 1 | 2A | 0 | 63 | 4E | 18 | 15B | 63 | 26 |
| Octal | 301 | 1 | 52 | 0 | 143 | 116 | 30 | 533 | 143 | 46 |
| Binary | 11000001 | 1 | 101010 | 0 | 1100011 | 1001110 | 11000 | 101011011 | 1100011 | 100110 |
Color Harmonies of #C1012A
Complementary color
Monochromatic Colors of #C1012A
Black with #C1012A
Text Example
Text Example
White with #C1012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1012A; }
p { color: rgb(193,1,42); }
H1.HeaderClassName
{
color: #C1012A;
}
.AnyTagClassName
{
color: #C1012A;
}
</style>
background-color css
<style>
a { background-color: #C1012A; }
a { background-color: rgb(193,1,42); }
div.DivClassName
{
background-color: #C1012A;
}
.BgClassName
{
background-color: #C1012A;
}
</style>
border-color css
<style>
span { border-color: #C1012A; }
span { border-color: rgb(193,1,42); }
td.TdClassName
{
border-color: #C1012A;
}
.TagClassName
{
border-color: #C1012A;
}
</style>