Shades of Venetian Red #C50725
Tints of Venetian Red #C50725
RGB
CMYK
RGB Variations
Color information
#C50725 (or 0xC50725) is known color: Venetian Red. HEX triplet: C5, 07 and 25. RGB value is (197,7,37). Sum of RGB (Red+Green+Blue) = 197+7+37=241 (31% of max value = 765). Red value is 197 (77.34% from 255 or 81.74% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 197 - color contains mainly: red. Hex color #C50725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50725 is #3AF8DA. Grayscale: #434343. Windows color (decimal): -3864795 or 2426821. OLE color: 2426821.
HSL color Cylindrical-coordinate representation of color #C50725: hue angle of 350.53º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50725 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 37 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.23 |
| HSL | 350.53º | 0.93% | 0.4% | - |
| HSV(B) | 350.53º | 0.96% | 0.77% | - |
| XYZ | 23.44 | 12.16 | 2.86 | - |
| YUV | 67.23 | 110.95 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 37 | 0 | 0.96 | 0.81 | 0.23 | 350.53 | 0.93 | 0.4 |
| Hex | C5 | 7 | 25 | 0 | 60 | 51 | 17 | 15F | 5D | 28 |
| Octal | 305 | 7 | 45 | 0 | 140 | 121 | 27 | 537 | 135 | 50 |
| Binary | 11000101 | 111 | 100101 | 0 | 1100000 | 1010001 | 10111 | 101011111 | 1011101 | 101000 |
Color Harmonies of #C50725
Complementary color
Monochromatic Colors of #C50725
Black with #C50725
Text Example
Text Example
White with #C50725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50725; }
p { color: rgb(197,7,37); }
H1.HeaderClassName
{
color: #C50725;
}
.AnyTagClassName
{
color: #C50725;
}
</style>
background-color css
<style>
a { background-color: #C50725; }
a { background-color: rgb(197,7,37); }
div.DivClassName
{
background-color: #C50725;
}
.BgClassName
{
background-color: #C50725;
}
</style>
border-color css
<style>
span { border-color: #C50725; }
span { border-color: rgb(197,7,37); }
td.TdClassName
{
border-color: #C50725;
}
.TagClassName
{
border-color: #C50725;
}
</style>