Shades of Venetian Red #C40126
Tints of Venetian Red #C40126
RGB
CMYK
RGB Variations
Color information
#C40126 (or 0xC40126) is known color: Venetian Red. HEX triplet: C4, 01 and 26. RGB value is (196,1,38). Sum of RGB (Red+Green+Blue) = 196+1+38=235 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.40% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 196 - color contains mainly: red. Hex color #C40126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40126 is #3BFED9. Grayscale: #3F3F3F. Windows color (decimal): -3931866 or 2490820. OLE color: 2490820.
HSL color Cylindrical-coordinate representation of color #C40126: hue angle of 348.62º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40126 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 38 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.23 |
| HSL | 348.62º | 0.99% | 0.39% | - |
| HSV(B) | 348.62º | 0.99% | 0.77% | - |
| XYZ | 23.13 | 11.9 | 2.91 | - |
| YUV | 63.52 | 113.6 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 38 | 0 | 0.99 | 0.81 | 0.23 | 348.62 | 0.99 | 0.39 |
| Hex | C4 | 1 | 26 | 0 | 63 | 51 | 17 | 15D | 63 | 27 |
| Octal | 304 | 1 | 46 | 0 | 143 | 121 | 27 | 535 | 143 | 47 |
| Binary | 11000100 | 1 | 100110 | 0 | 1100011 | 1010001 | 10111 | 101011101 | 1100011 | 100111 |
Color Harmonies of #C40126
Complementary color
Monochromatic Colors of #C40126
Black with #C40126
Text Example
Text Example
White with #C40126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40126; }
p { color: rgb(196,1,38); }
H1.HeaderClassName
{
color: #C40126;
}
.AnyTagClassName
{
color: #C40126;
}
</style>
background-color css
<style>
a { background-color: #C40126; }
a { background-color: rgb(196,1,38); }
div.DivClassName
{
background-color: #C40126;
}
.BgClassName
{
background-color: #C40126;
}
</style>
border-color css
<style>
span { border-color: #C40126; }
span { border-color: rgb(196,1,38); }
td.TdClassName
{
border-color: #C40126;
}
.TagClassName
{
border-color: #C40126;
}
</style>