Shades of Venetian Red #C70325
Tints of Venetian Red #C70325
RGB
CMYK
RGB Variations
Color information
#C70325 (or 0xC70325) is known color: Venetian Red. HEX triplet: C7, 03 and 25. RGB value is (199,3,37). Sum of RGB (Red+Green+Blue) = 199+3+37=239 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.26% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 199 - color contains mainly: red. Hex color #C70325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70325 is #38FCDA. Grayscale: #414141. Windows color (decimal): -3734747 or 2425799. OLE color: 2425799.
HSL color Cylindrical-coordinate representation of color #C70325: hue angle of 349.59º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70325 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 37 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.22 |
| HSL | 349.59º | 0.97% | 0.4% | - |
| HSV(B) | 349.59º | 0.98% | 0.78% | - |
| XYZ | 23.92 | 12.34 | 2.87 | - |
| YUV | 65.48 | 111.93 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 37 | 0 | 0.98 | 0.81 | 0.22 | 349.59 | 0.97 | 0.4 |
| Hex | C7 | 3 | 25 | 0 | 62 | 51 | 16 | 15E | 61 | 28 |
| Octal | 307 | 3 | 45 | 0 | 142 | 121 | 26 | 536 | 141 | 50 |
| Binary | 11000111 | 11 | 100101 | 0 | 1100010 | 1010001 | 10110 | 101011110 | 1100001 | 101000 |
Color Harmonies of #C70325
Complementary color
Monochromatic Colors of #C70325
Black with #C70325
Text Example
Text Example
White with #C70325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70325; }
p { color: rgb(199,3,37); }
H1.HeaderClassName
{
color: #C70325;
}
.AnyTagClassName
{
color: #C70325;
}
</style>
background-color css
<style>
a { background-color: #C70325; }
a { background-color: rgb(199,3,37); }
div.DivClassName
{
background-color: #C70325;
}
.BgClassName
{
background-color: #C70325;
}
</style>
border-color css
<style>
span { border-color: #C70325; }
span { border-color: rgb(199,3,37); }
td.TdClassName
{
border-color: #C70325;
}
.TagClassName
{
border-color: #C70325;
}
</style>