Shades of Cardinal #C50C31
Tints of Cardinal #C50C31
RGB
CMYK
RGB Variations
Color information
#C50C31 (or 0xC50C31) is known color: Cardinal. HEX triplet: C5, 0C and 31. RGB value is (197,12,49). Sum of RGB (Red+Green+Blue) = 197+12+49=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50C31 is #3AF3CE. Grayscale: #474747. Windows color (decimal): -3863503 or 3214533. OLE color: 3214533.
HSL color Cylindrical-coordinate representation of color #C50C31: hue angle of 348º 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 #C50C31 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 12 | 49 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.23 |
| HSL | 348º | 0.89% | 0.41% | - |
| HSV(B) | 348º | 0.94% | 0.77% | - |
| XYZ | 23.71 | 12.36 | 4.04 | - |
| YUV | 71.53 | 115.29 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 49 | 0 | 0.94 | 0.75 | 0.23 | 348 | 0.89 | 0.41 |
| Hex | C5 | C | 31 | 0 | 5E | 4B | 17 | 15C | 59 | 29 |
| Octal | 305 | 14 | 61 | 0 | 136 | 113 | 27 | 534 | 131 | 51 |
| Binary | 11000101 | 1100 | 110001 | 0 | 1011110 | 1001011 | 10111 | 101011100 | 1011001 | 101001 |
Color Harmonies of #C50C31
Complementary color
Monochromatic Colors of #C50C31
Black with #C50C31
Text Example
Text Example
White with #C50C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50C31; }
p { color: rgb(197,12,49); }
H1.HeaderClassName
{
color: #C50C31;
}
.AnyTagClassName
{
color: #C50C31;
}
</style>
background-color css
<style>
a { background-color: #C50C31; }
a { background-color: rgb(197,12,49); }
div.DivClassName
{
background-color: #C50C31;
}
.BgClassName
{
background-color: #C50C31;
}
</style>
border-color css
<style>
span { border-color: #C50C31; }
span { border-color: rgb(197,12,49); }
td.TdClassName
{
border-color: #C50C31;
}
.TagClassName
{
border-color: #C50C31;
}
</style>