Shades of Venetian Red #C40B21
Tints of Venetian Red #C40B21
RGB
CMYK
RGB Variations
Color information
#C40B21 (or 0xC40B21) is known color: Venetian Red. HEX triplet: C4, 0B and 21. RGB value is (196,11,33). Sum of RGB (Red+Green+Blue) = 196+11+33=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40B21 is #3BF4DE. Grayscale: #444444. Windows color (decimal): -3929311 or 2165700. OLE color: 2165700.
HSL color Cylindrical-coordinate representation of color #C40B21: hue angle of 352.86º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40B21 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 33 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.23 |
| HSL | 352.86º | 0.89% | 0.41% | - |
| HSV(B) | 352.86º | 0.94% | 0.77% | - |
| XYZ | 23.16 | 12.08 | 2.55 | - |
| YUV | 68.82 | 107.79 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 33 | 0 | 0.94 | 0.83 | 0.23 | 352.86 | 0.89 | 0.41 |
| Hex | C4 | B | 21 | 0 | 5E | 53 | 17 | 161 | 59 | 29 |
| Octal | 304 | 13 | 41 | 0 | 136 | 123 | 27 | 541 | 131 | 51 |
| Binary | 11000100 | 1011 | 100001 | 0 | 1011110 | 1010011 | 10111 | 101100001 | 1011001 | 101001 |
Color Harmonies of #C40B21
Complementary color
Monochromatic Colors of #C40B21
Black with #C40B21
Text Example
Text Example
White with #C40B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B21; }
p { color: rgb(196,11,33); }
H1.HeaderClassName
{
color: #C40B21;
}
.AnyTagClassName
{
color: #C40B21;
}
</style>
background-color css
<style>
a { background-color: #C40B21; }
a { background-color: rgb(196,11,33); }
div.DivClassName
{
background-color: #C40B21;
}
.BgClassName
{
background-color: #C40B21;
}
</style>
border-color css
<style>
span { border-color: #C40B21; }
span { border-color: rgb(196,11,33); }
td.TdClassName
{
border-color: #C40B21;
}
.TagClassName
{
border-color: #C40B21;
}
</style>