Shades of Cardinal #C50D2E
Tints of Cardinal #C50D2E
RGB
CMYK
RGB Variations
Color information
#C50D2E (or 0xC50D2E) is known color: Cardinal. HEX triplet: C5, 0D and 2E. RGB value is (197,13,46). Sum of RGB (Red+Green+Blue) = 197+13+46=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50D2E is #3AF2D1. Grayscale: #474747. Windows color (decimal): -3863250 or 3018181. OLE color: 3018181.
HSL color Cylindrical-coordinate representation of color #C50D2E: hue angle of 349.24º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50D2E is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 13 | 46 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.23 |
| HSL | 349.24º | 0.88% | 0.41% | - |
| HSV(B) | 349.24º | 0.93% | 0.77% | - |
| XYZ | 23.66 | 12.36 | 3.72 | - |
| YUV | 71.78 | 113.46 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 46 | 0 | 0.93 | 0.77 | 0.23 | 349.24 | 0.88 | 0.41 |
| Hex | C5 | D | 2E | 0 | 5D | 4D | 17 | 15D | 58 | 29 |
| Octal | 305 | 15 | 56 | 0 | 135 | 115 | 27 | 535 | 130 | 51 |
| Binary | 11000101 | 1101 | 101110 | 0 | 1011101 | 1001101 | 10111 | 101011101 | 1011000 | 101001 |
Color Harmonies of #C50D2E
Complementary color
Monochromatic Colors of #C50D2E
Black with #C50D2E
Text Example
Text Example
White with #C50D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50D2E; }
p { color: rgb(197,13,46); }
H1.HeaderClassName
{
color: #C50D2E;
}
.AnyTagClassName
{
color: #C50D2E;
}
</style>
background-color css
<style>
a { background-color: #C50D2E; }
a { background-color: rgb(197,13,46); }
div.DivClassName
{
background-color: #C50D2E;
}
.BgClassName
{
background-color: #C50D2E;
}
</style>
border-color css
<style>
span { border-color: #C50D2E; }
span { border-color: rgb(197,13,46); }
td.TdClassName
{
border-color: #C50D2E;
}
.TagClassName
{
border-color: #C50D2E;
}
</style>