Shades of Venetian Red #C40915
Tints of Venetian Red #C40915
RGB
CMYK
RGB Variations
Color information
#C40915 (or 0xC40915) is known color: Venetian Red. HEX triplet: C4, 09 and 15. RGB value is (196,9,21). Sum of RGB (Red+Green+Blue) = 196+9+21=226 (29% of max value = 765). Red value is 196 (76.95% from 255 or 86.73% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 196 - color contains mainly: red. Hex color #C40915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40915 is #3BF6EA. Grayscale: #424242. Windows color (decimal): -3929835 or 1378756. OLE color: 1378756.
HSL color Cylindrical-coordinate representation of color #C40915: hue angle of 356.15º 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 #C40915 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 21 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.23 |
| HSL | 356.15º | 0.91% | 0.4% | - |
| HSV(B) | 356.15º | 0.95% | 0.77% | - |
| XYZ | 23 | 11.99 | 1.81 | - |
| YUV | 66.28 | 102.45 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 21 | 0 | 0.95 | 0.89 | 0.23 | 356.15 | 0.91 | 0.4 |
| Hex | C4 | 9 | 15 | 0 | 5F | 59 | 17 | 164 | 5B | 28 |
| Octal | 304 | 11 | 25 | 0 | 137 | 131 | 27 | 544 | 133 | 50 |
| Binary | 11000100 | 1001 | 10101 | 0 | 1011111 | 1011001 | 10111 | 101100100 | 1011011 | 101000 |
Color Harmonies of #C40915
Complementary color
Monochromatic Colors of #C40915
Black with #C40915
Text Example
Text Example
White with #C40915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40915; }
p { color: rgb(196,9,21); }
H1.HeaderClassName
{
color: #C40915;
}
.AnyTagClassName
{
color: #C40915;
}
</style>
background-color css
<style>
a { background-color: #C40915; }
a { background-color: rgb(196,9,21); }
div.DivClassName
{
background-color: #C40915;
}
.BgClassName
{
background-color: #C40915;
}
</style>
border-color css
<style>
span { border-color: #C40915; }
span { border-color: rgb(196,9,21); }
td.TdClassName
{
border-color: #C40915;
}
.TagClassName
{
border-color: #C40915;
}
</style>