Shades of Venetian Red #C4121A
Tints of Venetian Red #C4121A
RGB
CMYK
RGB Variations
Color information
#C4121A (or 0xC4121A) is known color: Venetian Red. HEX triplet: C4, 12 and 1A. RGB value is (196,18,26). Sum of RGB (Red+Green+Blue) = 196+18+26=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C4121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4121A is #3BEDE5. Grayscale: #484848. Windows color (decimal): -3927526 or 1708740. OLE color: 1708740.
HSL color Cylindrical-coordinate representation of color #C4121A: hue angle of 357.3º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4121A is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 26 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.23 |
| HSL | 357.3º | 0.83% | 0.42% | - |
| HSV(B) | 357.3º | 0.91% | 0.77% | - |
| XYZ | 23.17 | 12.24 | 2.12 | - |
| YUV | 72.13 | 101.97 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 26 | 0 | 0.91 | 0.87 | 0.23 | 357.3 | 0.83 | 0.42 |
| Hex | C4 | 12 | 1A | 0 | 5B | 57 | 17 | 165 | 53 | 2A |
| Octal | 304 | 22 | 32 | 0 | 133 | 127 | 27 | 545 | 123 | 52 |
| Binary | 11000100 | 10010 | 11010 | 0 | 1011011 | 1010111 | 10111 | 101100101 | 1010011 | 101010 |
Color Harmonies of #C4121A
Complementary color
Monochromatic Colors of #C4121A
Black with #C4121A
Text Example
Text Example
White with #C4121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4121A; }
p { color: rgb(196,18,26); }
H1.HeaderClassName
{
color: #C4121A;
}
.AnyTagClassName
{
color: #C4121A;
}
</style>
background-color css
<style>
a { background-color: #C4121A; }
a { background-color: rgb(196,18,26); }
div.DivClassName
{
background-color: #C4121A;
}
.BgClassName
{
background-color: #C4121A;
}
</style>
border-color css
<style>
span { border-color: #C4121A; }
span { border-color: rgb(196,18,26); }
td.TdClassName
{
border-color: #C4121A;
}
.TagClassName
{
border-color: #C4121A;
}
</style>