Shades of Venetian Red #C40422
Tints of Venetian Red #C40422
RGB
CMYK
RGB Variations
Color information
#C40422 (or 0xC40422) is known color: Venetian Red. HEX triplet: C4, 04 and 22. RGB value is (196,4,34). Sum of RGB (Red+Green+Blue) = 196+4+34=234 (30% of max value = 765). Red value is 196 (76.95% from 255 or 83.76% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 34 (13.67% from 255 or 14.53% from 234); Max value from RGB is 196 - color contains mainly: red. Hex color #C40422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40422 is #3BFBDD. Grayscale: #404040. Windows color (decimal): -3931102 or 2229444. OLE color: 2229444.
HSL color Cylindrical-coordinate representation of color #C40422: hue angle of 350.62º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C40422 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 34 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.23 |
| HSL | 350.63º | 0.96% | 0.39% | - |
| HSV(B) | 350.63º | 0.98% | 0.77% | - |
| XYZ | 23.1 | 11.94 | 2.6 | - |
| YUV | 64.83 | 110.61 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 34 | 0 | 0.98 | 0.83 | 0.23 | 350.63 | 0.96 | 0.39 |
| Hex | C4 | 4 | 22 | 0 | 62 | 53 | 17 | 15F | 60 | 27 |
| Octal | 304 | 4 | 42 | 0 | 142 | 123 | 27 | 537 | 140 | 47 |
| Binary | 11000100 | 100 | 100010 | 0 | 1100010 | 1010011 | 10111 | 101011111 | 1100000 | 100111 |
Color Harmonies of #C40422
Complementary color
Monochromatic Colors of #C40422
Black with #C40422
Text Example
Text Example
White with #C40422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40422; }
p { color: rgb(196,4,34); }
H1.HeaderClassName
{
color: #C40422;
}
.AnyTagClassName
{
color: #C40422;
}
</style>
background-color css
<style>
a { background-color: #C40422; }
a { background-color: rgb(196,4,34); }
div.DivClassName
{
background-color: #C40422;
}
.BgClassName
{
background-color: #C40422;
}
</style>
border-color css
<style>
span { border-color: #C40422; }
span { border-color: rgb(196,4,34); }
td.TdClassName
{
border-color: #C40422;
}
.TagClassName
{
border-color: #C40422;
}
</style>