Shades of Venetian Red #C70823
Tints of Venetian Red #C70823
RGB
CMYK
RGB Variations
Color information
#C70823 (or 0xC70823) is known color: Venetian Red. HEX triplet: C7, 08 and 23. RGB value is (199,8,35). Sum of RGB (Red+Green+Blue) = 199+8+35=242 (32% of max value = 765). Red value is 199 (78.12% from 255 or 82.23% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 199 - color contains mainly: red. Hex color #C70823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70823 is #38F7DC. Grayscale: #444444. Windows color (decimal): -3733469 or 2296007. OLE color: 2296007.
HSL color Cylindrical-coordinate representation of color #C70823: hue angle of 351.52º 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 #C70823 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 35 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.22 |
| HSL | 351.52º | 0.92% | 0.41% | - |
| HSV(B) | 351.52º | 0.96% | 0.78% | - |
| XYZ | 23.94 | 12.44 | 2.73 | - |
| YUV | 68.19 | 109.28 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 35 | 0 | 0.96 | 0.82 | 0.22 | 351.52 | 0.92 | 0.41 |
| Hex | C7 | 8 | 23 | 0 | 60 | 52 | 16 | 160 | 5C | 29 |
| Octal | 307 | 10 | 43 | 0 | 140 | 122 | 26 | 540 | 134 | 51 |
| Binary | 11000111 | 1000 | 100011 | 0 | 1100000 | 1010010 | 10110 | 101100000 | 1011100 | 101001 |
Color Harmonies of #C70823
Complementary color
Monochromatic Colors of #C70823
Black with #C70823
Text Example
Text Example
White with #C70823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70823; }
p { color: rgb(199,8,35); }
H1.HeaderClassName
{
color: #C70823;
}
.AnyTagClassName
{
color: #C70823;
}
</style>
background-color css
<style>
a { background-color: #C70823; }
a { background-color: rgb(199,8,35); }
div.DivClassName
{
background-color: #C70823;
}
.BgClassName
{
background-color: #C70823;
}
</style>
border-color css
<style>
span { border-color: #C70823; }
span { border-color: rgb(199,8,35); }
td.TdClassName
{
border-color: #C70823;
}
.TagClassName
{
border-color: #C70823;
}
</style>