Shades of Venetian Red #C40523
Tints of Venetian Red #C40523
RGB
CMYK
RGB Variations
Color information
#C40523 (or 0xC40523) is known color: Venetian Red. HEX triplet: C4, 05 and 23. RGB value is (196,5,35). Sum of RGB (Red+Green+Blue) = 196+5+35=236 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.05% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 196 - color contains mainly: red. Hex color #C40523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40523 is #3BFADC. Grayscale: #414141. Windows color (decimal): -3930845 or 2295236. OLE color: 2295236.
HSL color Cylindrical-coordinate representation of color #C40523: hue angle of 350.58º 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 #C40523 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 35 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.23 |
| HSL | 350.58º | 0.95% | 0.39% | - |
| HSV(B) | 350.58º | 0.97% | 0.77% | - |
| XYZ | 23.12 | 11.97 | 2.68 | - |
| YUV | 65.53 | 110.78 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 35 | 0 | 0.97 | 0.82 | 0.23 | 350.58 | 0.95 | 0.39 |
| Hex | C4 | 5 | 23 | 0 | 61 | 52 | 17 | 15F | 5F | 27 |
| Octal | 304 | 5 | 43 | 0 | 141 | 122 | 27 | 537 | 137 | 47 |
| Binary | 11000100 | 101 | 100011 | 0 | 1100001 | 1010010 | 10111 | 101011111 | 1011111 | 100111 |
Color Harmonies of #C40523
Complementary color
Monochromatic Colors of #C40523
Black with #C40523
Text Example
Text Example
White with #C40523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40523; }
p { color: rgb(196,5,35); }
H1.HeaderClassName
{
color: #C40523;
}
.AnyTagClassName
{
color: #C40523;
}
</style>
background-color css
<style>
a { background-color: #C40523; }
a { background-color: rgb(196,5,35); }
div.DivClassName
{
background-color: #C40523;
}
.BgClassName
{
background-color: #C40523;
}
</style>
border-color css
<style>
span { border-color: #C40523; }
span { border-color: rgb(196,5,35); }
td.TdClassName
{
border-color: #C40523;
}
.TagClassName
{
border-color: #C40523;
}
</style>