Shades of Venetian Red #C3080E
Tints of Venetian Red #C3080E
RGB
CMYK
RGB Variations
Color information
#C3080E (or 0xC3080E) is known color: Venetian Red. HEX triplet: C3, 08 and 0E. RGB value is (195,8,14). Sum of RGB (Red+Green+Blue) = 195+8+14=217 (28% of max value = 765). Red value is 195 (76.56% from 255 or 89.86% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 195 - color contains mainly: red. Hex color #C3080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3080E is #3CF7F1. Grayscale: #404040. Windows color (decimal): -3995634 or 919747. OLE color: 919747.
HSL color Cylindrical-coordinate representation of color #C3080E: hue angle of 358.07º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3080E is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 14 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.24 |
| HSL | 358.07º | 0.92% | 0.4% | - |
| HSV(B) | 358.07º | 0.96% | 0.76% | - |
| XYZ | 22.67 | 11.81 | 1.5 | - |
| YUV | 64.6 | 99.45 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 14 | 0 | 0.96 | 0.93 | 0.24 | 358.07 | 0.92 | 0.4 |
| Hex | C3 | 8 | E | 0 | 60 | 5D | 18 | 166 | 5C | 28 |
| Octal | 303 | 10 | 16 | 0 | 140 | 135 | 30 | 546 | 134 | 50 |
| Binary | 11000011 | 1000 | 1110 | 0 | 1100000 | 1011101 | 11000 | 101100110 | 1011100 | 101000 |
Color Harmonies of #C3080E
Complementary color
Monochromatic Colors of #C3080E
Black with #C3080E
Text Example
Text Example
White with #C3080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3080E; }
p { color: rgb(195,8,14); }
H1.HeaderClassName
{
color: #C3080E;
}
.AnyTagClassName
{
color: #C3080E;
}
</style>
background-color css
<style>
a { background-color: #C3080E; }
a { background-color: rgb(195,8,14); }
div.DivClassName
{
background-color: #C3080E;
}
.BgClassName
{
background-color: #C3080E;
}
</style>
border-color css
<style>
span { border-color: #C3080E; }
span { border-color: rgb(195,8,14); }
td.TdClassName
{
border-color: #C3080E;
}
.TagClassName
{
border-color: #C3080E;
}
</style>