Shades of Venetian Red #C40C22
Tints of Venetian Red #C40C22
RGB
CMYK
RGB Variations
Color information
#C40C22 (or 0xC40C22) is known color: Venetian Red. HEX triplet: C4, 0C and 22. RGB value is (196,12,34). Sum of RGB (Red+Green+Blue) = 196+12+34=242 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.99% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40C22 is #3BF3DD. Grayscale: #454545. Windows color (decimal): -3929054 or 2231492. OLE color: 2231492.
HSL color Cylindrical-coordinate representation of color #C40C22: hue angle of 352.83º degrees, saturation: 0.88, 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 #C40C22 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 34 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.23 |
| HSL | 352.83º | 0.88% | 0.41% | - |
| HSV(B) | 352.83º | 0.94% | 0.77% | - |
| XYZ | 23.19 | 12.11 | 2.63 | - |
| YUV | 69.52 | 107.96 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 34 | 0 | 0.94 | 0.83 | 0.23 | 352.83 | 0.88 | 0.41 |
| Hex | C4 | C | 22 | 0 | 5E | 53 | 17 | 161 | 58 | 29 |
| Octal | 304 | 14 | 42 | 0 | 136 | 123 | 27 | 541 | 130 | 51 |
| Binary | 11000100 | 1100 | 100010 | 0 | 1011110 | 1010011 | 10111 | 101100001 | 1011000 | 101001 |
Color Harmonies of #C40C22
Complementary color
Monochromatic Colors of #C40C22
Black with #C40C22
Text Example
Text Example
White with #C40C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C22; }
p { color: rgb(196,12,34); }
H1.HeaderClassName
{
color: #C40C22;
}
.AnyTagClassName
{
color: #C40C22;
}
</style>
background-color css
<style>
a { background-color: #C40C22; }
a { background-color: rgb(196,12,34); }
div.DivClassName
{
background-color: #C40C22;
}
.BgClassName
{
background-color: #C40C22;
}
</style>
border-color css
<style>
span { border-color: #C40C22; }
span { border-color: rgb(196,12,34); }
td.TdClassName
{
border-color: #C40C22;
}
.TagClassName
{
border-color: #C40C22;
}
</style>