Shades of Venetian Red #C2041A
Tints of Venetian Red #C2041A
RGB
CMYK
RGB Variations
Color information
#C2041A (or 0xC2041A) is known color: Venetian Red. HEX triplet: C2, 04 and 1A. RGB value is (194,4,26). Sum of RGB (Red+Green+Blue) = 194+4+26=224 (29% of max value = 765). Red value is 194 (76.17% from 255 or 86.61% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 194 - color contains mainly: red. Hex color #C2041A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2041A is #3DFBE5. Grayscale: #3F3F3F. Windows color (decimal): -4062182 or 1705154. OLE color: 1705154.
HSL color Cylindrical-coordinate representation of color #C2041A: hue angle of 353.05º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2041A is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 4 | 26 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.24 |
| HSL | 353.05º | 0.96% | 0.39% | - |
| HSV(B) | 353.05º | 0.98% | 0.76% | - |
| XYZ | 22.48 | 11.63 | 2.04 | - |
| YUV | 63.32 | 106.95 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 26 | 0 | 0.98 | 0.87 | 0.24 | 353.05 | 0.96 | 0.39 |
| Hex | C2 | 4 | 1A | 0 | 62 | 57 | 18 | 161 | 60 | 27 |
| Octal | 302 | 4 | 32 | 0 | 142 | 127 | 30 | 541 | 140 | 47 |
| Binary | 11000010 | 100 | 11010 | 0 | 1100010 | 1010111 | 11000 | 101100001 | 1100000 | 100111 |
Color Harmonies of #C2041A
Complementary color
Monochromatic Colors of #C2041A
Black with #C2041A
Text Example
Text Example
White with #C2041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2041A; }
p { color: rgb(194,4,26); }
H1.HeaderClassName
{
color: #C2041A;
}
.AnyTagClassName
{
color: #C2041A;
}
</style>
background-color css
<style>
a { background-color: #C2041A; }
a { background-color: rgb(194,4,26); }
div.DivClassName
{
background-color: #C2041A;
}
.BgClassName
{
background-color: #C2041A;
}
</style>
border-color css
<style>
span { border-color: #C2041A; }
span { border-color: rgb(194,4,26); }
td.TdClassName
{
border-color: #C2041A;
}
.TagClassName
{
border-color: #C2041A;
}
</style>