Shades of Venetian Red #C2061A
Tints of Venetian Red #C2061A
RGB
CMYK
RGB Variations
Color information
#C2061A (or 0xC2061A) is known color: Venetian Red. HEX triplet: C2, 06 and 1A. RGB value is (194,6,26). Sum of RGB (Red+Green+Blue) = 194+6+26=226 (29% of max value = 765). Red value is 194 (76.17% from 255 or 85.84% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 194 - color contains mainly: red. Hex color #C2061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2061A is #3DF9E5. Grayscale: #404040. Windows color (decimal): -4061670 or 1705666. OLE color: 1705666.
HSL color Cylindrical-coordinate representation of color #C2061A: hue angle of 353.62º 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 #C2061A is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 26 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.24 |
| HSL | 353.62º | 0.94% | 0.39% | - |
| HSV(B) | 353.62º | 0.97% | 0.76% | - |
| XYZ | 22.5 | 11.67 | 2.04 | - |
| YUV | 64.49 | 106.28 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 26 | 0 | 0.97 | 0.87 | 0.24 | 353.62 | 0.94 | 0.39 |
| Hex | C2 | 6 | 1A | 0 | 61 | 57 | 18 | 162 | 5E | 27 |
| Octal | 302 | 6 | 32 | 0 | 141 | 127 | 30 | 542 | 136 | 47 |
| Binary | 11000010 | 110 | 11010 | 0 | 1100001 | 1010111 | 11000 | 101100010 | 1011110 | 100111 |
Color Harmonies of #C2061A
Complementary color
Monochromatic Colors of #C2061A
Black with #C2061A
Text Example
Text Example
White with #C2061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2061A; }
p { color: rgb(194,6,26); }
H1.HeaderClassName
{
color: #C2061A;
}
.AnyTagClassName
{
color: #C2061A;
}
</style>
background-color css
<style>
a { background-color: #C2061A; }
a { background-color: rgb(194,6,26); }
div.DivClassName
{
background-color: #C2061A;
}
.BgClassName
{
background-color: #C2061A;
}
</style>
border-color css
<style>
span { border-color: #C2061A; }
span { border-color: rgb(194,6,26); }
td.TdClassName
{
border-color: #C2061A;
}
.TagClassName
{
border-color: #C2061A;
}
</style>