Shades of Venetian Red #C7002A
Tints of Venetian Red #C7002A
RGB
CMYK
RGB Variations
Color information
#C7002A (or 0xC7002A) is known color: Venetian Red. HEX triplet: C7, 00 and 2A. RGB value is (199,0,42). Sum of RGB (Red+Green+Blue) = 199+0+42=241 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.57% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 199 - color contains mainly: red. Hex color #C7002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7002A is #38FFD5. Grayscale: #404040. Windows color (decimal): -3735510 or 2752711. OLE color: 2752711.
HSL color Cylindrical-coordinate representation of color #C7002A: hue angle of 347.34º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7002A is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.79 | 0.22 |
| HSL | 347.34º | 1% | 0.39% | - |
| HSV(B) | 347.34º | 1% | 0.78% | - |
| XYZ | 23.97 | 12.31 | 3.3 | - |
| YUV | 64.29 | 115.43 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 42 | 0 | 1 | 0.79 | 0.22 | 347.34 | 1 | 0.39 |
| Hex | C7 | 0 | 2A | 0 | 64 | 4F | 16 | 15B | 64 | 27 |
| Octal | 307 | 0 | 52 | 0 | 144 | 117 | 26 | 533 | 144 | 47 |
| Binary | 11000111 | 0 | 101010 | 0 | 1100100 | 1001111 | 10110 | 101011011 | 1100100 | 100111 |
Color Harmonies of #C7002A
Complementary color
Monochromatic Colors of #C7002A
Black with #C7002A
Text Example
Text Example
White with #C7002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7002A; }
p { color: rgb(199,0,42); }
H1.HeaderClassName
{
color: #C7002A;
}
.AnyTagClassName
{
color: #C7002A;
}
</style>
background-color css
<style>
a { background-color: #C7002A; }
a { background-color: rgb(199,0,42); }
div.DivClassName
{
background-color: #C7002A;
}
.BgClassName
{
background-color: #C7002A;
}
</style>
border-color css
<style>
span { border-color: #C7002A; }
span { border-color: rgb(199,0,42); }
td.TdClassName
{
border-color: #C7002A;
}
.TagClassName
{
border-color: #C7002A;
}
</style>