Shades of Venetian Red #C3071E
Tints of Venetian Red #C3071E
RGB
CMYK
RGB Variations
Color information
#C3071E (or 0xC3071E) is known color: Venetian Red. HEX triplet: C3, 07 and 1E. RGB value is (195,7,30). Sum of RGB (Red+Green+Blue) = 195+7+30=232 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.05% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 195 - color contains mainly: red. Hex color #C3071E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3071E is #3CF8E1. Grayscale: #414141. Windows color (decimal): -3995874 or 1968067. OLE color: 1968067.
HSL color Cylindrical-coordinate representation of color #C3071E: hue angle of 352.66º degrees, saturation: 0.93, 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 #C3071E is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 30 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.24 |
| HSL | 352.66º | 0.93% | 0.4% | - |
| HSV(B) | 352.66º | 0.96% | 0.76% | - |
| XYZ | 22.82 | 11.85 | 2.31 | - |
| YUV | 65.83 | 107.78 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 30 | 0 | 0.96 | 0.85 | 0.24 | 352.66 | 0.93 | 0.4 |
| Hex | C3 | 7 | 1E | 0 | 60 | 55 | 18 | 161 | 5D | 28 |
| Octal | 303 | 7 | 36 | 0 | 140 | 125 | 30 | 541 | 135 | 50 |
| Binary | 11000011 | 111 | 11110 | 0 | 1100000 | 1010101 | 11000 | 101100001 | 1011101 | 101000 |
Color Harmonies of #C3071E
Complementary color
Monochromatic Colors of #C3071E
Black with #C3071E
Text Example
Text Example
White with #C3071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3071E; }
p { color: rgb(195,7,30); }
H1.HeaderClassName
{
color: #C3071E;
}
.AnyTagClassName
{
color: #C3071E;
}
</style>
background-color css
<style>
a { background-color: #C3071E; }
a { background-color: rgb(195,7,30); }
div.DivClassName
{
background-color: #C3071E;
}
.BgClassName
{
background-color: #C3071E;
}
</style>
border-color css
<style>
span { border-color: #C3071E; }
span { border-color: rgb(195,7,30); }
td.TdClassName
{
border-color: #C3071E;
}
.TagClassName
{
border-color: #C3071E;
}
</style>