Shades of Venetian Red #C70825
Tints of Venetian Red #C70825
RGB
CMYK
RGB Variations
Color information
#C70825 (or 0xC70825) is known color: Venetian Red. HEX triplet: C7, 08 and 25. RGB value is (199,8,37). Sum of RGB (Red+Green+Blue) = 199+8+37=244 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.56% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 199 - color contains mainly: red. Hex color #C70825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70825 is #38F7DA. Grayscale: #444444. Windows color (decimal): -3733467 or 2427079. OLE color: 2427079.
HSL color Cylindrical-coordinate representation of color #C70825: hue angle of 350.89º 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 #C70825 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 37 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.22 |
| HSL | 350.89º | 0.92% | 0.41% | - |
| HSV(B) | 350.89º | 0.96% | 0.78% | - |
| XYZ | 23.97 | 12.45 | 2.89 | - |
| YUV | 68.42 | 110.28 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 37 | 0 | 0.96 | 0.81 | 0.22 | 350.89 | 0.92 | 0.41 |
| Hex | C7 | 8 | 25 | 0 | 60 | 51 | 16 | 15F | 5C | 29 |
| Octal | 307 | 10 | 45 | 0 | 140 | 121 | 26 | 537 | 134 | 51 |
| Binary | 11000111 | 1000 | 100101 | 0 | 1100000 | 1010001 | 10110 | 101011111 | 1011100 | 101001 |
Color Harmonies of #C70825
Complementary color
Monochromatic Colors of #C70825
Black with #C70825
Text Example
Text Example
White with #C70825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70825; }
p { color: rgb(199,8,37); }
H1.HeaderClassName
{
color: #C70825;
}
.AnyTagClassName
{
color: #C70825;
}
</style>
background-color css
<style>
a { background-color: #C70825; }
a { background-color: rgb(199,8,37); }
div.DivClassName
{
background-color: #C70825;
}
.BgClassName
{
background-color: #C70825;
}
</style>
border-color css
<style>
span { border-color: #C70825; }
span { border-color: rgb(199,8,37); }
td.TdClassName
{
border-color: #C70825;
}
.TagClassName
{
border-color: #C70825;
}
</style>