Shades of Venetian Red #C1061E
Tints of Venetian Red #C1061E
RGB
CMYK
RGB Variations
Color information
#C1061E (or 0xC1061E) is known color: Venetian Red. HEX triplet: C1, 06 and 1E. RGB value is (193,6,30). Sum of RGB (Red+Green+Blue) = 193+6+30=229 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.28% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 193 - color contains mainly: red. Hex color #C1061E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1061E is #3EF9E1. Grayscale: #404040. Windows color (decimal): -4127202 or 1967809. OLE color: 1967809.
HSL color Cylindrical-coordinate representation of color #C1061E: hue angle of 352.3º 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 #C1061E is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 30 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.24 |
| HSL | 352.3º | 0.94% | 0.39% | - |
| HSV(B) | 352.3º | 0.97% | 0.76% | - |
| XYZ | 22.29 | 11.56 | 2.28 | - |
| YUV | 64.65 | 108.45 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 30 | 0 | 0.97 | 0.84 | 0.24 | 352.3 | 0.94 | 0.39 |
| Hex | C1 | 6 | 1E | 0 | 61 | 54 | 18 | 160 | 5E | 27 |
| Octal | 301 | 6 | 36 | 0 | 141 | 124 | 30 | 540 | 136 | 47 |
| Binary | 11000001 | 110 | 11110 | 0 | 1100001 | 1010100 | 11000 | 101100000 | 1011110 | 100111 |
Color Harmonies of #C1061E
Complementary color
Monochromatic Colors of #C1061E
Black with #C1061E
Text Example
Text Example
White with #C1061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1061E; }
p { color: rgb(193,6,30); }
H1.HeaderClassName
{
color: #C1061E;
}
.AnyTagClassName
{
color: #C1061E;
}
</style>
background-color css
<style>
a { background-color: #C1061E; }
a { background-color: rgb(193,6,30); }
div.DivClassName
{
background-color: #C1061E;
}
.BgClassName
{
background-color: #C1061E;
}
</style>
border-color css
<style>
span { border-color: #C1061E; }
span { border-color: rgb(193,6,30); }
td.TdClassName
{
border-color: #C1061E;
}
.TagClassName
{
border-color: #C1061E;
}
</style>