Shades of Venetian Red #C50709
Tints of Venetian Red #C50709
RGB
CMYK
RGB Variations
Color information
#C50709 (or 0xC50709) is known color: Venetian Red. HEX triplet: C5, 07 and 09. RGB value is (197,7,9). Sum of RGB (Red+Green+Blue) = 197+7+9=213 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.49% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 197 - color contains mainly: red. Hex color #C50709 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50709 is #3AF8F6. Grayscale: #404040. Windows color (decimal): -3864823 or 591813. OLE color: 591813.
HSL color Cylindrical-coordinate representation of color #C50709: hue angle of 359.37º 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 #C50709 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 9 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.23 |
| HSL | 359.37º | 0.93% | 0.4% | - |
| HSV(B) | 359.37º | 0.96% | 0.77% | - |
| XYZ | 23.15 | 12.04 | 1.36 | - |
| YUV | 64.04 | 96.95 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 9 | 0 | 0.96 | 0.95 | 0.23 | 359.37 | 0.93 | 0.4 |
| Hex | C5 | 7 | 9 | 0 | 60 | 5F | 17 | 167 | 5D | 28 |
| Octal | 305 | 7 | 11 | 0 | 140 | 137 | 27 | 547 | 135 | 50 |
| Binary | 11000101 | 111 | 1001 | 0 | 1100000 | 1011111 | 10111 | 101100111 | 1011101 | 101000 |
Color Harmonies of #C50709
Complementary color
Monochromatic Colors of #C50709
Black with #C50709
Text Example
Text Example
White with #C50709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50709; }
p { color: rgb(197,7,9); }
H1.HeaderClassName
{
color: #C50709;
}
.AnyTagClassName
{
color: #C50709;
}
</style>
background-color css
<style>
a { background-color: #C50709; }
a { background-color: rgb(197,7,9); }
div.DivClassName
{
background-color: #C50709;
}
.BgClassName
{
background-color: #C50709;
}
</style>
border-color css
<style>
span { border-color: #C50709; }
span { border-color: rgb(197,7,9); }
td.TdClassName
{
border-color: #C50709;
}
.TagClassName
{
border-color: #C50709;
}
</style>