Shades of Venetian Red #C40521
Tints of Venetian Red #C40521
RGB
CMYK
RGB Variations
Color information
#C40521 (or 0xC40521) is known color: Venetian Red. HEX triplet: C4, 05 and 21. RGB value is (196,5,33). Sum of RGB (Red+Green+Blue) = 196+5+33=234 (30% of max value = 765). Red value is 196 (76.95% from 255 or 83.76% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 196 - color contains mainly: red. Hex color #C40521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40521 is #3BFADE. Grayscale: #414141. Windows color (decimal): -3930847 or 2164164. OLE color: 2164164.
HSL color Cylindrical-coordinate representation of color #C40521: hue angle of 351.2º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40521 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 33 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.23 |
| HSL | 351.2º | 0.95% | 0.39% | - |
| HSV(B) | 351.2º | 0.97% | 0.77% | - |
| XYZ | 23.09 | 11.95 | 2.53 | - |
| YUV | 65.3 | 109.78 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 33 | 0 | 0.97 | 0.83 | 0.23 | 351.2 | 0.95 | 0.39 |
| Hex | C4 | 5 | 21 | 0 | 61 | 53 | 17 | 15F | 5F | 27 |
| Octal | 304 | 5 | 41 | 0 | 141 | 123 | 27 | 537 | 137 | 47 |
| Binary | 11000100 | 101 | 100001 | 0 | 1100001 | 1010011 | 10111 | 101011111 | 1011111 | 100111 |
Color Harmonies of #C40521
Complementary color
Monochromatic Colors of #C40521
Black with #C40521
Text Example
Text Example
White with #C40521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40521; }
p { color: rgb(196,5,33); }
H1.HeaderClassName
{
color: #C40521;
}
.AnyTagClassName
{
color: #C40521;
}
</style>
background-color css
<style>
a { background-color: #C40521; }
a { background-color: rgb(196,5,33); }
div.DivClassName
{
background-color: #C40521;
}
.BgClassName
{
background-color: #C40521;
}
</style>
border-color css
<style>
span { border-color: #C40521; }
span { border-color: rgb(196,5,33); }
td.TdClassName
{
border-color: #C40521;
}
.TagClassName
{
border-color: #C40521;
}
</style>