Shades of Venetian Red #C70821
Tints of Venetian Red #C70821
RGB
CMYK
RGB Variations
Color information
#C70821 (or 0xC70821) is known color: Venetian Red. HEX triplet: C7, 08 and 21. RGB value is (199,8,33). Sum of RGB (Red+Green+Blue) = 199+8+33=240 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.92% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 199 - color contains mainly: red. Hex color #C70821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70821 is #38F7DE. Grayscale: #444444. Windows color (decimal): -3733471 or 2164935. OLE color: 2164935.
HSL color Cylindrical-coordinate representation of color #C70821: hue angle of 352.15º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70821 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 33 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.22 |
| HSL | 352.15º | 0.92% | 0.41% | - |
| HSV(B) | 352.15º | 0.96% | 0.78% | - |
| XYZ | 23.91 | 12.43 | 2.58 | - |
| YUV | 67.96 | 108.28 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 33 | 0 | 0.96 | 0.83 | 0.22 | 352.15 | 0.92 | 0.41 |
| Hex | C7 | 8 | 21 | 0 | 60 | 53 | 16 | 160 | 5C | 29 |
| Octal | 307 | 10 | 41 | 0 | 140 | 123 | 26 | 540 | 134 | 51 |
| Binary | 11000111 | 1000 | 100001 | 0 | 1100000 | 1010011 | 10110 | 101100000 | 1011100 | 101001 |
Color Harmonies of #C70821
Complementary color
Monochromatic Colors of #C70821
Black with #C70821
Text Example
Text Example
White with #C70821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70821; }
p { color: rgb(199,8,33); }
H1.HeaderClassName
{
color: #C70821;
}
.AnyTagClassName
{
color: #C70821;
}
</style>
background-color css
<style>
a { background-color: #C70821; }
a { background-color: rgb(199,8,33); }
div.DivClassName
{
background-color: #C70821;
}
.BgClassName
{
background-color: #C70821;
}
</style>
border-color css
<style>
span { border-color: #C70821; }
span { border-color: rgb(199,8,33); }
td.TdClassName
{
border-color: #C70821;
}
.TagClassName
{
border-color: #C70821;
}
</style>