Shades of Venetian Red #C1062C
Tints of Venetian Red #C1062C
RGB
CMYK
RGB Variations
Color information
#C1062C (or 0xC1062C) is known color: Venetian Red. HEX triplet: C1, 06 and 2C. RGB value is (193,6,44). Sum of RGB (Red+Green+Blue) = 193+6+44=243 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.42% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 193 - color contains mainly: red. Hex color #C1062C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1062C is #3EF9D3. Grayscale: #424242. Windows color (decimal): -4127188 or 2885313. OLE color: 2885313.
HSL color Cylindrical-coordinate representation of color #C1062C: hue angle of 347.81º degrees, saturation: 0.94, 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 #C1062C is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 44 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.24 |
| HSL | 347.81º | 0.94% | 0.39% | - |
| HSV(B) | 347.81º | 0.97% | 0.76% | - |
| XYZ | 22.51 | 11.65 | 3.44 | - |
| YUV | 66.25 | 115.45 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 44 | 0 | 0.97 | 0.77 | 0.24 | 347.81 | 0.94 | 0.39 |
| Hex | C1 | 6 | 2C | 0 | 61 | 4D | 18 | 15C | 5E | 27 |
| Octal | 301 | 6 | 54 | 0 | 141 | 115 | 30 | 534 | 136 | 47 |
| Binary | 11000001 | 110 | 101100 | 0 | 1100001 | 1001101 | 11000 | 101011100 | 1011110 | 100111 |
Color Harmonies of #C1062C
Complementary color
Monochromatic Colors of #C1062C
Black with #C1062C
Text Example
Text Example
White with #C1062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1062C; }
p { color: rgb(193,6,44); }
H1.HeaderClassName
{
color: #C1062C;
}
.AnyTagClassName
{
color: #C1062C;
}
</style>
background-color css
<style>
a { background-color: #C1062C; }
a { background-color: rgb(193,6,44); }
div.DivClassName
{
background-color: #C1062C;
}
.BgClassName
{
background-color: #C1062C;
}
</style>
border-color css
<style>
span { border-color: #C1062C; }
span { border-color: rgb(193,6,44); }
td.TdClassName
{
border-color: #C1062C;
}
.TagClassName
{
border-color: #C1062C;
}
</style>