Shades of Venetian Red #C40623
Tints of Venetian Red #C40623
RGB
CMYK
RGB Variations
Color information
#C40623 (or 0xC40623) is known color: Venetian Red. HEX triplet: C4, 06 and 23. RGB value is (196,6,35). Sum of RGB (Red+Green+Blue) = 196+6+35=237 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.70% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 196 - color contains mainly: red. Hex color #C40623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40623 is #3BF9DC. Grayscale: #424242. Windows color (decimal): -3930589 or 2295492. OLE color: 2295492.
HSL color Cylindrical-coordinate representation of color #C40623: hue angle of 350.84º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40623 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 35 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.23 |
| HSL | 350.84º | 0.94% | 0.4% | - |
| HSV(B) | 350.84º | 0.97% | 0.77% | - |
| XYZ | 23.13 | 11.99 | 2.68 | - |
| YUV | 66.12 | 110.45 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 35 | 0 | 0.97 | 0.82 | 0.23 | 350.84 | 0.94 | 0.4 |
| Hex | C4 | 6 | 23 | 0 | 61 | 52 | 17 | 15F | 5E | 28 |
| Octal | 304 | 6 | 43 | 0 | 141 | 122 | 27 | 537 | 136 | 50 |
| Binary | 11000100 | 110 | 100011 | 0 | 1100001 | 1010010 | 10111 | 101011111 | 1011110 | 101000 |
Color Harmonies of #C40623
Complementary color
Monochromatic Colors of #C40623
Black with #C40623
Text Example
Text Example
White with #C40623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40623; }
p { color: rgb(196,6,35); }
H1.HeaderClassName
{
color: #C40623;
}
.AnyTagClassName
{
color: #C40623;
}
</style>
background-color css
<style>
a { background-color: #C40623; }
a { background-color: rgb(196,6,35); }
div.DivClassName
{
background-color: #C40623;
}
.BgClassName
{
background-color: #C40623;
}
</style>
border-color css
<style>
span { border-color: #C40623; }
span { border-color: rgb(196,6,35); }
td.TdClassName
{
border-color: #C40623;
}
.TagClassName
{
border-color: #C40623;
}
</style>