Shades of Venetian Red #C1042D
Tints of Venetian Red #C1042D
RGB
CMYK
RGB Variations
Color information
#C1042D (or 0xC1042D) is known color: Venetian Red. HEX triplet: C1, 04 and 2D. RGB value is (193,4,45). Sum of RGB (Red+Green+Blue) = 193+4+45=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C1042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1042D is #3EFBD2. Grayscale: #414141. Windows color (decimal): -4127699 or 2950337. OLE color: 2950337.
HSL color Cylindrical-coordinate representation of color #C1042D: hue angle of 346.98º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1042D is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.24 |
| HSL | 346.98º | 0.96% | 0.39% | - |
| HSV(B) | 346.98º | 0.98% | 0.76% | - |
| XYZ | 22.51 | 11.61 | 3.54 | - |
| YUV | 65.19 | 116.62 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 45 | 0 | 0.98 | 0.77 | 0.24 | 346.98 | 0.96 | 0.39 |
| Hex | C1 | 4 | 2D | 0 | 62 | 4D | 18 | 15B | 60 | 27 |
| Octal | 301 | 4 | 55 | 0 | 142 | 115 | 30 | 533 | 140 | 47 |
| Binary | 11000001 | 100 | 101101 | 0 | 1100010 | 1001101 | 11000 | 101011011 | 1100000 | 100111 |
Color Harmonies of #C1042D
Complementary color
Monochromatic Colors of #C1042D
Black with #C1042D
Text Example
Text Example
White with #C1042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1042D; }
p { color: rgb(193,4,45); }
H1.HeaderClassName
{
color: #C1042D;
}
.AnyTagClassName
{
color: #C1042D;
}
</style>
background-color css
<style>
a { background-color: #C1042D; }
a { background-color: rgb(193,4,45); }
div.DivClassName
{
background-color: #C1042D;
}
.BgClassName
{
background-color: #C1042D;
}
</style>
border-color css
<style>
span { border-color: #C1042D; }
span { border-color: rgb(193,4,45); }
td.TdClassName
{
border-color: #C1042D;
}
.TagClassName
{
border-color: #C1042D;
}
</style>