Shades of Venetian Red #C40712
Tints of Venetian Red #C40712
RGB
CMYK
RGB Variations
Color information
#C40712 (or 0xC40712) is known color: Venetian Red. HEX triplet: C4, 07 and 12. RGB value is (196,7,18). Sum of RGB (Red+Green+Blue) = 196+7+18=221 (29% of max value = 765). Red value is 196 (76.95% from 255 or 88.69% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 196 - color contains mainly: red. Hex color #C40712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40712 is #3BF8ED. Grayscale: #404040. Windows color (decimal): -3930350 or 1181636. OLE color: 1181636.
HSL color Cylindrical-coordinate representation of color #C40712: hue angle of 356.51º degrees, saturation: 0.93, 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 #C40712 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 18 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.23 |
| HSL | 356.51º | 0.93% | 0.4% | - |
| HSV(B) | 356.51º | 0.96% | 0.77% | - |
| XYZ | 22.95 | 11.93 | 1.67 | - |
| YUV | 64.77 | 101.62 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 18 | 0 | 0.96 | 0.91 | 0.23 | 356.51 | 0.93 | 0.4 |
| Hex | C4 | 7 | 12 | 0 | 60 | 5B | 17 | 165 | 5D | 28 |
| Octal | 304 | 7 | 22 | 0 | 140 | 133 | 27 | 545 | 135 | 50 |
| Binary | 11000100 | 111 | 10010 | 0 | 1100000 | 1011011 | 10111 | 101100101 | 1011101 | 101000 |
Color Harmonies of #C40712
Complementary color
Monochromatic Colors of #C40712
Black with #C40712
Text Example
Text Example
White with #C40712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40712; }
p { color: rgb(196,7,18); }
H1.HeaderClassName
{
color: #C40712;
}
.AnyTagClassName
{
color: #C40712;
}
</style>
background-color css
<style>
a { background-color: #C40712; }
a { background-color: rgb(196,7,18); }
div.DivClassName
{
background-color: #C40712;
}
.BgClassName
{
background-color: #C40712;
}
</style>
border-color css
<style>
span { border-color: #C40712; }
span { border-color: rgb(196,7,18); }
td.TdClassName
{
border-color: #C40712;
}
.TagClassName
{
border-color: #C40712;
}
</style>