Shades of Venetian Red #C7002C
Tints of Venetian Red #C7002C
RGB
CMYK
RGB Variations
Color information
#C7002C (or 0xC7002C) is known color: Venetian Red. HEX triplet: C7, 00 and 2C. RGB value is (199,0,44). Sum of RGB (Red+Green+Blue) = 199+0+44=243 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.89% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 199 - color contains mainly: red. Hex color #C7002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7002C is #38FFD3. Grayscale: #404040. Windows color (decimal): -3735508 or 2883783. OLE color: 2883783.
HSL color Cylindrical-coordinate representation of color #C7002C: hue angle of 346.73º 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 #C7002C is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.78 | 0.22 |
| HSL | 346.73º | 1% | 0.39% | - |
| HSV(B) | 346.73º | 1% | 0.78% | - |
| XYZ | 24.01 | 12.32 | 3.5 | - |
| YUV | 64.52 | 116.43 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 44 | 0 | 1 | 0.78 | 0.22 | 346.73 | 1 | 0.39 |
| Hex | C7 | 0 | 2C | 0 | 64 | 4E | 16 | 15B | 64 | 27 |
| Octal | 307 | 0 | 54 | 0 | 144 | 116 | 26 | 533 | 144 | 47 |
| Binary | 11000111 | 0 | 101100 | 0 | 1100100 | 1001110 | 10110 | 101011011 | 1100100 | 100111 |
Color Harmonies of #C7002C
Complementary color
Monochromatic Colors of #C7002C
Black with #C7002C
Text Example
Text Example
White with #C7002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7002C; }
p { color: rgb(199,0,44); }
H1.HeaderClassName
{
color: #C7002C;
}
.AnyTagClassName
{
color: #C7002C;
}
</style>
background-color css
<style>
a { background-color: #C7002C; }
a { background-color: rgb(199,0,44); }
div.DivClassName
{
background-color: #C7002C;
}
.BgClassName
{
background-color: #C7002C;
}
</style>
border-color css
<style>
span { border-color: #C7002C; }
span { border-color: rgb(199,0,44); }
td.TdClassName
{
border-color: #C7002C;
}
.TagClassName
{
border-color: #C7002C;
}
</style>