Shades of Venetian Red #C40413
Tints of Venetian Red #C40413
RGB
CMYK
RGB Variations
Color information
#C40413 (or 0xC40413) is known color: Venetian Red. HEX triplet: C4, 04 and 13. RGB value is (196,4,19). Sum of RGB (Red+Green+Blue) = 196+4+19=219 (29% of max value = 765). Red value is 196 (76.95% from 255 or 89.50% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 196 - color contains mainly: red. Hex color #C40413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40413 is #3BFBEC. Grayscale: #3F3F3F. Windows color (decimal): -3931117 or 1246404. OLE color: 1246404.
HSL color Cylindrical-coordinate representation of color #C40413: hue angle of 355.31º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C40413 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 19 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.23 |
| HSL | 355.31º | 0.96% | 0.39% | - |
| HSV(B) | 355.31º | 0.98% | 0.77% | - |
| XYZ | 22.93 | 11.87 | 1.7 | - |
| YUV | 63.12 | 103.11 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 19 | 0 | 0.98 | 0.90 | 0.23 | 355.31 | 0.96 | 0.39 |
| Hex | C4 | 4 | 13 | 0 | 62 | 5A | 17 | 163 | 60 | 27 |
| Octal | 304 | 4 | 23 | 0 | 142 | 132 | 27 | 543 | 140 | 47 |
| Binary | 11000100 | 100 | 10011 | 0 | 1100010 | 1011010 | 10111 | 101100011 | 1100000 | 100111 |
Color Harmonies of #C40413
Complementary color
Monochromatic Colors of #C40413
Black with #C40413
Text Example
Text Example
White with #C40413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40413; }
p { color: rgb(196,4,19); }
H1.HeaderClassName
{
color: #C40413;
}
.AnyTagClassName
{
color: #C40413;
}
</style>
background-color css
<style>
a { background-color: #C40413; }
a { background-color: rgb(196,4,19); }
div.DivClassName
{
background-color: #C40413;
}
.BgClassName
{
background-color: #C40413;
}
</style>
border-color css
<style>
span { border-color: #C40413; }
span { border-color: rgb(196,4,19); }
td.TdClassName
{
border-color: #C40413;
}
.TagClassName
{
border-color: #C40413;
}
</style>