Shades of Venetian Red #C2131A
Tints of Venetian Red #C2131A
RGB
CMYK
RGB Variations
Color information
#C2131A (or 0xC2131A) is known color: Venetian Red. HEX triplet: C2, 13 and 1A. RGB value is (194,19,26). Sum of RGB (Red+Green+Blue) = 194+19+26=239 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.17% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 194 - color contains mainly: red. Hex color #C2131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2131A is #3DECE5. Grayscale: #484848. Windows color (decimal): -4058342 or 1708994. OLE color: 1708994.
HSL color Cylindrical-coordinate representation of color #C2131A: hue angle of 357.6º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2131A is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 26 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.24 |
| HSL | 357.6º | 0.82% | 0.42% | - |
| HSV(B) | 357.6º | 0.9% | 0.76% | - |
| XYZ | 22.67 | 12.01 | 2.1 | - |
| YUV | 72.12 | 101.98 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 26 | 0 | 0.90 | 0.87 | 0.24 | 357.6 | 0.82 | 0.42 |
| Hex | C2 | 13 | 1A | 0 | 5A | 57 | 18 | 166 | 52 | 2A |
| Octal | 302 | 23 | 32 | 0 | 132 | 127 | 30 | 546 | 122 | 52 |
| Binary | 11000010 | 10011 | 11010 | 0 | 1011010 | 1010111 | 11000 | 101100110 | 1010010 | 101010 |
Color Harmonies of #C2131A
Complementary color
Monochromatic Colors of #C2131A
Black with #C2131A
Text Example
Text Example
White with #C2131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2131A; }
p { color: rgb(194,19,26); }
H1.HeaderClassName
{
color: #C2131A;
}
.AnyTagClassName
{
color: #C2131A;
}
</style>
background-color css
<style>
a { background-color: #C2131A; }
a { background-color: rgb(194,19,26); }
div.DivClassName
{
background-color: #C2131A;
}
.BgClassName
{
background-color: #C2131A;
}
</style>
border-color css
<style>
span { border-color: #C2131A; }
span { border-color: rgb(194,19,26); }
td.TdClassName
{
border-color: #C2131A;
}
.TagClassName
{
border-color: #C2131A;
}
</style>