Shades of Venetian Red #C40812
Tints of Venetian Red #C40812
RGB
CMYK
RGB Variations
Color information
#C40812 (or 0xC40812) is known color: Venetian Red. HEX triplet: C4, 08 and 12. RGB value is (196,8,18). Sum of RGB (Red+Green+Blue) = 196+8+18=222 (29% of max value = 765). Red value is 196 (76.95% from 255 or 88.29% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 196 - color contains mainly: red. Hex color #C40812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40812 is #3BF7ED. Grayscale: #414141. Windows color (decimal): -3930094 or 1181892. OLE color: 1181892.
HSL color Cylindrical-coordinate representation of color #C40812: hue angle of 356.81º 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 #C40812 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 18 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.23 |
| HSL | 356.81º | 0.92% | 0.4% | - |
| HSV(B) | 356.81º | 0.96% | 0.77% | - |
| XYZ | 22.96 | 11.95 | 1.67 | - |
| YUV | 65.35 | 101.28 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 18 | 0 | 0.96 | 0.91 | 0.23 | 356.81 | 0.92 | 0.4 |
| Hex | C4 | 8 | 12 | 0 | 60 | 5B | 17 | 165 | 5C | 28 |
| Octal | 304 | 10 | 22 | 0 | 140 | 133 | 27 | 545 | 134 | 50 |
| Binary | 11000100 | 1000 | 10010 | 0 | 1100000 | 1011011 | 10111 | 101100101 | 1011100 | 101000 |
Color Harmonies of #C40812
Complementary color
Monochromatic Colors of #C40812
Black with #C40812
Text Example
Text Example
White with #C40812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40812; }
p { color: rgb(196,8,18); }
H1.HeaderClassName
{
color: #C40812;
}
.AnyTagClassName
{
color: #C40812;
}
</style>
background-color css
<style>
a { background-color: #C40812; }
a { background-color: rgb(196,8,18); }
div.DivClassName
{
background-color: #C40812;
}
.BgClassName
{
background-color: #C40812;
}
</style>
border-color css
<style>
span { border-color: #C40812; }
span { border-color: rgb(196,8,18); }
td.TdClassName
{
border-color: #C40812;
}
.TagClassName
{
border-color: #C40812;
}
</style>