Shades of Venetian Red #C50B1C
Tints of Venetian Red #C50B1C
RGB
CMYK
RGB Variations
Color information
#C50B1C (or 0xC50B1C) is known color: Venetian Red. HEX triplet: C5, 0B and 1C. RGB value is (197,11,28). Sum of RGB (Red+Green+Blue) = 197+11+28=236 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.47% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50B1C is #3AF4E3. Grayscale: #444444. Windows color (decimal): -3863780 or 1838021. OLE color: 1838021.
HSL color Cylindrical-coordinate representation of color #C50B1C: hue angle of 354.52º 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 #C50B1C is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 28 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.23 |
| HSL | 354.52º | 0.89% | 0.41% | - |
| HSV(B) | 354.52º | 0.94% | 0.77% | - |
| XYZ | 23.36 | 12.19 | 2.22 | - |
| YUV | 68.55 | 105.12 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 28 | 0 | 0.94 | 0.86 | 0.23 | 354.52 | 0.89 | 0.41 |
| Hex | C5 | B | 1C | 0 | 5E | 56 | 17 | 163 | 59 | 29 |
| Octal | 305 | 13 | 34 | 0 | 136 | 126 | 27 | 543 | 131 | 51 |
| Binary | 11000101 | 1011 | 11100 | 0 | 1011110 | 1010110 | 10111 | 101100011 | 1011001 | 101001 |
Color Harmonies of #C50B1C
Complementary color
Monochromatic Colors of #C50B1C
Black with #C50B1C
Text Example
Text Example
White with #C50B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50B1C; }
p { color: rgb(197,11,28); }
H1.HeaderClassName
{
color: #C50B1C;
}
.AnyTagClassName
{
color: #C50B1C;
}
</style>
background-color css
<style>
a { background-color: #C50B1C; }
a { background-color: rgb(197,11,28); }
div.DivClassName
{
background-color: #C50B1C;
}
.BgClassName
{
background-color: #C50B1C;
}
</style>
border-color css
<style>
span { border-color: #C50B1C; }
span { border-color: rgb(197,11,28); }
td.TdClassName
{
border-color: #C50B1C;
}
.TagClassName
{
border-color: #C50B1C;
}
</style>