Shades of Venetian Red #C50B0D
Tints of Venetian Red #C50B0D
RGB
CMYK
RGB Variations
Color information
#C50B0D (or 0xC50B0D) is known color: Venetian Red. HEX triplet: C5, 0B and 0D. RGB value is (197,11,13). Sum of RGB (Red+Green+Blue) = 197+11+13=221 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.14% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50B0D is #3AF4F2. Grayscale: #434343. Windows color (decimal): -3863795 or 854981. OLE color: 854981.
HSL color Cylindrical-coordinate representation of color #C50B0D: hue angle of 359.35º 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 #C50B0D is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 13 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.23 |
| HSL | 359.35º | 0.89% | 0.41% | - |
| HSV(B) | 359.35º | 0.94% | 0.77% | - |
| XYZ | 23.22 | 12.14 | 1.5 | - |
| YUV | 66.84 | 97.62 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 13 | 0 | 0.94 | 0.93 | 0.23 | 359.35 | 0.89 | 0.41 |
| Hex | C5 | B | D | 0 | 5E | 5D | 17 | 167 | 59 | 29 |
| Octal | 305 | 13 | 15 | 0 | 136 | 135 | 27 | 547 | 131 | 51 |
| Binary | 11000101 | 1011 | 1101 | 0 | 1011110 | 1011101 | 10111 | 101100111 | 1011001 | 101001 |
Color Harmonies of #C50B0D
Complementary color
Monochromatic Colors of #C50B0D
Black with #C50B0D
Text Example
Text Example
White with #C50B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50B0D; }
p { color: rgb(197,11,13); }
H1.HeaderClassName
{
color: #C50B0D;
}
.AnyTagClassName
{
color: #C50B0D;
}
</style>
background-color css
<style>
a { background-color: #C50B0D; }
a { background-color: rgb(197,11,13); }
div.DivClassName
{
background-color: #C50B0D;
}
.BgClassName
{
background-color: #C50B0D;
}
</style>
border-color css
<style>
span { border-color: #C50B0D; }
span { border-color: rgb(197,11,13); }
td.TdClassName
{
border-color: #C50B0D;
}
.TagClassName
{
border-color: #C50B0D;
}
</style>