Shades of Venetian Red #C7051A
Tints of Venetian Red #C7051A
RGB
CMYK
RGB Variations
Color information
#C7051A (or 0xC7051A) is known color: Venetian Red. HEX triplet: C7, 05 and 1A. RGB value is (199,5,26). Sum of RGB (Red+Green+Blue) = 199+5+26=230 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.52% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 199 - color contains mainly: red. Hex color #C7051A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7051A is #38FAE5. Grayscale: #414141. Windows color (decimal): -3734246 or 1705415. OLE color: 1705415.
HSL color Cylindrical-coordinate representation of color #C7051A: hue angle of 353.51º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7051A is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 26 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.22 |
| HSL | 353.51º | 0.95% | 0.4% | - |
| HSV(B) | 353.51º | 0.97% | 0.78% | - |
| XYZ | 23.79 | 12.33 | 2.1 | - |
| YUV | 65.4 | 105.77 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 26 | 0 | 0.97 | 0.87 | 0.22 | 353.51 | 0.95 | 0.4 |
| Hex | C7 | 5 | 1A | 0 | 61 | 57 | 16 | 162 | 5F | 28 |
| Octal | 307 | 5 | 32 | 0 | 141 | 127 | 26 | 542 | 137 | 50 |
| Binary | 11000111 | 101 | 11010 | 0 | 1100001 | 1010111 | 10110 | 101100010 | 1011111 | 101000 |
Color Harmonies of #C7051A
Complementary color
Monochromatic Colors of #C7051A
Black with #C7051A
Text Example
Text Example
White with #C7051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7051A; }
p { color: rgb(199,5,26); }
H1.HeaderClassName
{
color: #C7051A;
}
.AnyTagClassName
{
color: #C7051A;
}
</style>
background-color css
<style>
a { background-color: #C7051A; }
a { background-color: rgb(199,5,26); }
div.DivClassName
{
background-color: #C7051A;
}
.BgClassName
{
background-color: #C7051A;
}
</style>
border-color css
<style>
span { border-color: #C7051A; }
span { border-color: rgb(199,5,26); }
td.TdClassName
{
border-color: #C7051A;
}
.TagClassName
{
border-color: #C7051A;
}
</style>