Shades of Venetian Red #C7022A
Tints of Venetian Red #C7022A
RGB
CMYK
RGB Variations
Color information
#C7022A (or 0xC7022A) is known color: Venetian Red. HEX triplet: C7, 02 and 2A. RGB value is (199,2,42). Sum of RGB (Red+Green+Blue) = 199+2+42=243 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.89% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 199 - color contains mainly: red. Hex color #C7022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7022A is #38FDD5. Grayscale: #414141. Windows color (decimal): -3734998 or 2753223. OLE color: 2753223.
HSL color Cylindrical-coordinate representation of color #C7022A: hue angle of 347.82º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7022A is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 42 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.22 |
| HSL | 347.82º | 0.98% | 0.39% | - |
| HSV(B) | 347.82º | 0.99% | 0.78% | - |
| XYZ | 23.99 | 12.35 | 3.31 | - |
| YUV | 65.46 | 114.77 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 42 | 0 | 0.99 | 0.79 | 0.22 | 347.82 | 0.98 | 0.39 |
| Hex | C7 | 2 | 2A | 0 | 63 | 4F | 16 | 15C | 62 | 27 |
| Octal | 307 | 2 | 52 | 0 | 143 | 117 | 26 | 534 | 142 | 47 |
| Binary | 11000111 | 10 | 101010 | 0 | 1100011 | 1001111 | 10110 | 101011100 | 1100010 | 100111 |
Color Harmonies of #C7022A
Complementary color
Monochromatic Colors of #C7022A
Black with #C7022A
Text Example
Text Example
White with #C7022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7022A; }
p { color: rgb(199,2,42); }
H1.HeaderClassName
{
color: #C7022A;
}
.AnyTagClassName
{
color: #C7022A;
}
</style>
background-color css
<style>
a { background-color: #C7022A; }
a { background-color: rgb(199,2,42); }
div.DivClassName
{
background-color: #C7022A;
}
.BgClassName
{
background-color: #C7022A;
}
</style>
border-color css
<style>
span { border-color: #C7022A; }
span { border-color: rgb(199,2,42); }
td.TdClassName
{
border-color: #C7022A;
}
.TagClassName
{
border-color: #C7022A;
}
</style>