Shades of Venetian Red #C40913
Tints of Venetian Red #C40913
RGB
CMYK
RGB Variations
Color information
#C40913 (or 0xC40913) is known color: Venetian Red. HEX triplet: C4, 09 and 13. RGB value is (196,9,19). Sum of RGB (Red+Green+Blue) = 196+9+19=224 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.5% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 196 - color contains mainly: red. Hex color #C40913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40913 is #3BF6EC. Grayscale: #424242. Windows color (decimal): -3929837 or 1247684. OLE color: 1247684.
HSL color Cylindrical-coordinate representation of color #C40913: hue angle of 356.79º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40913 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 19 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.23 |
| HSL | 356.79º | 0.91% | 0.4% | - |
| HSV(B) | 356.79º | 0.95% | 0.77% | - |
| XYZ | 22.98 | 11.98 | 1.72 | - |
| YUV | 66.05 | 101.45 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 19 | 0 | 0.95 | 0.90 | 0.23 | 356.79 | 0.91 | 0.4 |
| Hex | C4 | 9 | 13 | 0 | 5F | 5A | 17 | 165 | 5B | 28 |
| Octal | 304 | 11 | 23 | 0 | 137 | 132 | 27 | 545 | 133 | 50 |
| Binary | 11000100 | 1001 | 10011 | 0 | 1011111 | 1011010 | 10111 | 101100101 | 1011011 | 101000 |
Color Harmonies of #C40913
Complementary color
Monochromatic Colors of #C40913
Black with #C40913
Text Example
Text Example
White with #C40913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40913; }
p { color: rgb(196,9,19); }
H1.HeaderClassName
{
color: #C40913;
}
.AnyTagClassName
{
color: #C40913;
}
</style>
background-color css
<style>
a { background-color: #C40913; }
a { background-color: rgb(196,9,19); }
div.DivClassName
{
background-color: #C40913;
}
.BgClassName
{
background-color: #C40913;
}
</style>
border-color css
<style>
span { border-color: #C40913; }
span { border-color: rgb(196,9,19); }
td.TdClassName
{
border-color: #C40913;
}
.TagClassName
{
border-color: #C40913;
}
</style>