Shades of Venetian Red #C1032E
Tints of Venetian Red #C1032E
RGB
CMYK
RGB Variations
Color information
#C1032E (or 0xC1032E) is known color: Venetian Red. HEX triplet: C1, 03 and 2E. RGB value is (193,3,46). Sum of RGB (Red+Green+Blue) = 193+3+46=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C1032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1032E is #3EFCD1. Grayscale: #404040. Windows color (decimal): -4127954 or 3015617. OLE color: 3015617.
HSL color Cylindrical-coordinate representation of color #C1032E: hue angle of 346.42º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1032E is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 46 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.24 |
| HSL | 346.42º | 0.97% | 0.38% | - |
| HSV(B) | 346.42º | 0.98% | 0.76% | - |
| XYZ | 22.52 | 11.6 | 3.64 | - |
| YUV | 64.71 | 117.45 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 46 | 0 | 0.98 | 0.76 | 0.24 | 346.42 | 0.97 | 0.38 |
| Hex | C1 | 3 | 2E | 0 | 62 | 4C | 18 | 15A | 61 | 26 |
| Octal | 301 | 3 | 56 | 0 | 142 | 114 | 30 | 532 | 141 | 46 |
| Binary | 11000001 | 11 | 101110 | 0 | 1100010 | 1001100 | 11000 | 101011010 | 1100001 | 100110 |
Color Harmonies of #C1032E
Complementary color
Monochromatic Colors of #C1032E
Black with #C1032E
Text Example
Text Example
White with #C1032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1032E; }
p { color: rgb(193,3,46); }
H1.HeaderClassName
{
color: #C1032E;
}
.AnyTagClassName
{
color: #C1032E;
}
</style>
background-color css
<style>
a { background-color: #C1032E; }
a { background-color: rgb(193,3,46); }
div.DivClassName
{
background-color: #C1032E;
}
.BgClassName
{
background-color: #C1032E;
}
</style>
border-color css
<style>
span { border-color: #C1032E; }
span { border-color: rgb(193,3,46); }
td.TdClassName
{
border-color: #C1032E;
}
.TagClassName
{
border-color: #C1032E;
}
</style>