Shades of Venetian Red #C40421
Tints of Venetian Red #C40421
RGB
CMYK
RGB Variations
Color information
#C40421 (or 0xC40421) is known color: Venetian Red. HEX triplet: C4, 04 and 21. RGB value is (196,4,33). Sum of RGB (Red+Green+Blue) = 196+4+33=233 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.12% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 196 - color contains mainly: red. Hex color #C40421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40421 is #3BFBDE. Grayscale: #404040. Windows color (decimal): -3931103 or 2163908. OLE color: 2163908.
HSL color Cylindrical-coordinate representation of color #C40421: hue angle of 350.94º 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 #C40421 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 33 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.23 |
| HSL | 350.94º | 0.96% | 0.39% | - |
| HSV(B) | 350.94º | 0.98% | 0.77% | - |
| XYZ | 23.08 | 11.93 | 2.53 | - |
| YUV | 64.71 | 110.11 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 33 | 0 | 0.98 | 0.83 | 0.23 | 350.94 | 0.96 | 0.39 |
| Hex | C4 | 4 | 21 | 0 | 62 | 53 | 17 | 15F | 60 | 27 |
| Octal | 304 | 4 | 41 | 0 | 142 | 123 | 27 | 537 | 140 | 47 |
| Binary | 11000100 | 100 | 100001 | 0 | 1100010 | 1010011 | 10111 | 101011111 | 1100000 | 100111 |
Color Harmonies of #C40421
Complementary color
Monochromatic Colors of #C40421
Black with #C40421
Text Example
Text Example
White with #C40421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40421; }
p { color: rgb(196,4,33); }
H1.HeaderClassName
{
color: #C40421;
}
.AnyTagClassName
{
color: #C40421;
}
</style>
background-color css
<style>
a { background-color: #C40421; }
a { background-color: rgb(196,4,33); }
div.DivClassName
{
background-color: #C40421;
}
.BgClassName
{
background-color: #C40421;
}
</style>
border-color css
<style>
span { border-color: #C40421; }
span { border-color: rgb(196,4,33); }
td.TdClassName
{
border-color: #C40421;
}
.TagClassName
{
border-color: #C40421;
}
</style>