Shades of Venetian Red #C3040E
Tints of Venetian Red #C3040E
RGB
CMYK
RGB Variations
Color information
#C3040E (or 0xC3040E) is known color: Venetian Red. HEX triplet: C3, 04 and 0E. RGB value is (195,4,14). Sum of RGB (Red+Green+Blue) = 195+4+14=213 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.55% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 195 - color contains mainly: red. Hex color #C3040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3040E is #3CFBF1. Grayscale: #3E3E3E. Windows color (decimal): -3996658 or 918723. OLE color: 918723.
HSL color Cylindrical-coordinate representation of color #C3040E: hue angle of 356.86º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3040E is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 4 | 14 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.24 |
| HSL | 356.86º | 0.96% | 0.39% | - |
| HSV(B) | 356.86º | 0.98% | 0.76% | - |
| XYZ | 22.63 | 11.72 | 1.49 | - |
| YUV | 62.25 | 100.78 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 14 | 0 | 0.98 | 0.93 | 0.24 | 356.86 | 0.96 | 0.39 |
| Hex | C3 | 4 | E | 0 | 62 | 5D | 18 | 165 | 60 | 27 |
| Octal | 303 | 4 | 16 | 0 | 142 | 135 | 30 | 545 | 140 | 47 |
| Binary | 11000011 | 100 | 1110 | 0 | 1100010 | 1011101 | 11000 | 101100101 | 1100000 | 100111 |
Color Harmonies of #C3040E
Complementary color
Monochromatic Colors of #C3040E
Black with #C3040E
Text Example
Text Example
White with #C3040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3040E; }
p { color: rgb(195,4,14); }
H1.HeaderClassName
{
color: #C3040E;
}
.AnyTagClassName
{
color: #C3040E;
}
</style>
background-color css
<style>
a { background-color: #C3040E; }
a { background-color: rgb(195,4,14); }
div.DivClassName
{
background-color: #C3040E;
}
.BgClassName
{
background-color: #C3040E;
}
</style>
border-color css
<style>
span { border-color: #C3040E; }
span { border-color: rgb(195,4,14); }
td.TdClassName
{
border-color: #C3040E;
}
.TagClassName
{
border-color: #C3040E;
}
</style>