Shades of Venetian Red #C50518
Tints of Venetian Red #C50518
RGB
CMYK
RGB Variations
Color information
#C50518 (or 0xC50518) is known color: Venetian Red. HEX triplet: C5, 05 and 18. RGB value is (197,5,24). Sum of RGB (Red+Green+Blue) = 197+5+24=226 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.17% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 197 - color contains mainly: red. Hex color #C50518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50518 is #3AFAE7. Grayscale: #404040. Windows color (decimal): -3865320 or 1574341. OLE color: 1574341.
HSL color Cylindrical-coordinate representation of color #C50518: hue angle of 354.06º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50518 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 24 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.23 |
| HSL | 354.06º | 0.95% | 0.4% | - |
| HSV(B) | 354.06º | 0.97% | 0.77% | - |
| XYZ | 23.25 | 12.04 | 1.96 | - |
| YUV | 64.57 | 105.11 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 24 | 0 | 0.97 | 0.88 | 0.23 | 354.06 | 0.95 | 0.4 |
| Hex | C5 | 5 | 18 | 0 | 61 | 58 | 17 | 162 | 5F | 28 |
| Octal | 305 | 5 | 30 | 0 | 141 | 130 | 27 | 542 | 137 | 50 |
| Binary | 11000101 | 101 | 11000 | 0 | 1100001 | 1011000 | 10111 | 101100010 | 1011111 | 101000 |
Color Harmonies of #C50518
Complementary color
Monochromatic Colors of #C50518
Black with #C50518
Text Example
Text Example
White with #C50518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50518; }
p { color: rgb(197,5,24); }
H1.HeaderClassName
{
color: #C50518;
}
.AnyTagClassName
{
color: #C50518;
}
</style>
background-color css
<style>
a { background-color: #C50518; }
a { background-color: rgb(197,5,24); }
div.DivClassName
{
background-color: #C50518;
}
.BgClassName
{
background-color: #C50518;
}
</style>
border-color css
<style>
span { border-color: #C50518; }
span { border-color: rgb(197,5,24); }
td.TdClassName
{
border-color: #C50518;
}
.TagClassName
{
border-color: #C50518;
}
</style>