Shades of Venetian Red #C40828
Tints of Venetian Red #C40828
RGB
CMYK
RGB Variations
Color information
#C40828 (or 0xC40828) is known color: Venetian Red. HEX triplet: C4, 08 and 28. RGB value is (196,8,40). Sum of RGB (Red+Green+Blue) = 196+8+40=244 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.33% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 196 - color contains mainly: red. Hex color #C40828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40828 is #3BF7D7. Grayscale: #434343. Windows color (decimal): -3930072 or 2623684. OLE color: 2623684.
HSL color Cylindrical-coordinate representation of color #C40828: hue angle of 349.79º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40828 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 40 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.23 |
| HSL | 349.79º | 0.92% | 0.4% | - |
| HSV(B) | 349.79º | 0.96% | 0.77% | - |
| XYZ | 23.23 | 12.06 | 3.11 | - |
| YUV | 67.86 | 112.28 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 40 | 0 | 0.96 | 0.80 | 0.23 | 349.79 | 0.92 | 0.4 |
| Hex | C4 | 8 | 28 | 0 | 60 | 50 | 17 | 15E | 5C | 28 |
| Octal | 304 | 10 | 50 | 0 | 140 | 120 | 27 | 536 | 134 | 50 |
| Binary | 11000100 | 1000 | 101000 | 0 | 1100000 | 1010000 | 10111 | 101011110 | 1011100 | 101000 |
Color Harmonies of #C40828
Complementary color
Monochromatic Colors of #C40828
Black with #C40828
Text Example
Text Example
White with #C40828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40828; }
p { color: rgb(196,8,40); }
H1.HeaderClassName
{
color: #C40828;
}
.AnyTagClassName
{
color: #C40828;
}
</style>
background-color css
<style>
a { background-color: #C40828; }
a { background-color: rgb(196,8,40); }
div.DivClassName
{
background-color: #C40828;
}
.BgClassName
{
background-color: #C40828;
}
</style>
border-color css
<style>
span { border-color: #C40828; }
span { border-color: rgb(196,8,40); }
td.TdClassName
{
border-color: #C40828;
}
.TagClassName
{
border-color: #C40828;
}
</style>