Shades of Venetian Red #C50B19
Tints of Venetian Red #C50B19
RGB
CMYK
RGB Variations
Color information
#C50B19 (or 0xC50B19) is known color: Venetian Red. HEX triplet: C5, 0B and 19. RGB value is (197,11,25). Sum of RGB (Red+Green+Blue) = 197+11+25=233 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.55% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50B19 is #3AF4E6. Grayscale: #444444. Windows color (decimal): -3863783 or 1641413. OLE color: 1641413.
HSL color Cylindrical-coordinate representation of color #C50B19: hue angle of 355.48º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50B19 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 25 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.23 |
| HSL | 355.48º | 0.89% | 0.41% | - |
| HSV(B) | 355.48º | 0.94% | 0.77% | - |
| XYZ | 23.32 | 12.18 | 2.04 | - |
| YUV | 68.21 | 103.62 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 25 | 0 | 0.94 | 0.87 | 0.23 | 355.48 | 0.89 | 0.41 |
| Hex | C5 | B | 19 | 0 | 5E | 57 | 17 | 163 | 59 | 29 |
| Octal | 305 | 13 | 31 | 0 | 136 | 127 | 27 | 543 | 131 | 51 |
| Binary | 11000101 | 1011 | 11001 | 0 | 1011110 | 1010111 | 10111 | 101100011 | 1011001 | 101001 |
Color Harmonies of #C50B19
Complementary color
Monochromatic Colors of #C50B19
Black with #C50B19
Text Example
Text Example
White with #C50B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50B19; }
p { color: rgb(197,11,25); }
H1.HeaderClassName
{
color: #C50B19;
}
.AnyTagClassName
{
color: #C50B19;
}
</style>
background-color css
<style>
a { background-color: #C50B19; }
a { background-color: rgb(197,11,25); }
div.DivClassName
{
background-color: #C50B19;
}
.BgClassName
{
background-color: #C50B19;
}
</style>
border-color css
<style>
span { border-color: #C50B19; }
span { border-color: rgb(197,11,25); }
td.TdClassName
{
border-color: #C50B19;
}
.TagClassName
{
border-color: #C50B19;
}
</style>