Shades of Venetian Red #C40624
Tints of Venetian Red #C40624
RGB
CMYK
RGB Variations
Color information
#C40624 (or 0xC40624) is known color: Venetian Red. HEX triplet: C4, 06 and 24. RGB value is (196,6,36). Sum of RGB (Red+Green+Blue) = 196+6+36=238 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.35% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 196 - color contains mainly: red. Hex color #C40624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40624 is #3BF9DB. Grayscale: #424242. Windows color (decimal): -3930588 or 2361028. OLE color: 2361028.
HSL color Cylindrical-coordinate representation of color #C40624: hue angle of 350.53º 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 #C40624 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 36 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.23 |
| HSL | 350.53º | 0.94% | 0.4% | - |
| HSV(B) | 350.53º | 0.97% | 0.77% | - |
| XYZ | 23.15 | 11.99 | 2.76 | - |
| YUV | 66.23 | 110.95 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 36 | 0 | 0.97 | 0.82 | 0.23 | 350.53 | 0.94 | 0.4 |
| Hex | C4 | 6 | 24 | 0 | 61 | 52 | 17 | 15F | 5E | 28 |
| Octal | 304 | 6 | 44 | 0 | 141 | 122 | 27 | 537 | 136 | 50 |
| Binary | 11000100 | 110 | 100100 | 0 | 1100001 | 1010010 | 10111 | 101011111 | 1011110 | 101000 |
Color Harmonies of #C40624
Complementary color
Monochromatic Colors of #C40624
Black with #C40624
Text Example
Text Example
White with #C40624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40624; }
p { color: rgb(196,6,36); }
H1.HeaderClassName
{
color: #C40624;
}
.AnyTagClassName
{
color: #C40624;
}
</style>
background-color css
<style>
a { background-color: #C40624; }
a { background-color: rgb(196,6,36); }
div.DivClassName
{
background-color: #C40624;
}
.BgClassName
{
background-color: #C40624;
}
</style>
border-color css
<style>
span { border-color: #C40624; }
span { border-color: rgb(196,6,36); }
td.TdClassName
{
border-color: #C40624;
}
.TagClassName
{
border-color: #C40624;
}
</style>