Shades of Cardinal #C50531
Tints of Cardinal #C50531
RGB
CMYK
RGB Variations
Color information
#C50531 (or 0xC50531) is known color: Cardinal. HEX triplet: C5, 05 and 31. RGB value is (197,5,49). Sum of RGB (Red+Green+Blue) = 197+5+49=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C50531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50531 is #3AFACE. Grayscale: #434343. Windows color (decimal): -3865295 or 3212741. OLE color: 3212741.
HSL color Cylindrical-coordinate representation of color #C50531: hue angle of 346.25º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50531 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 49 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.23 |
| HSL | 346.25º | 0.95% | 0.4% | - |
| HSV(B) | 346.25º | 0.97% | 0.77% | - |
| XYZ | 23.63 | 12.2 | 4.02 | - |
| YUV | 67.42 | 117.61 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 49 | 0 | 0.97 | 0.75 | 0.23 | 346.25 | 0.95 | 0.4 |
| Hex | C5 | 5 | 31 | 0 | 61 | 4B | 17 | 15A | 5F | 28 |
| Octal | 305 | 5 | 61 | 0 | 141 | 113 | 27 | 532 | 137 | 50 |
| Binary | 11000101 | 101 | 110001 | 0 | 1100001 | 1001011 | 10111 | 101011010 | 1011111 | 101000 |
Color Harmonies of #C50531
Complementary color
Monochromatic Colors of #C50531
Black with #C50531
Text Example
Text Example
White with #C50531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50531; }
p { color: rgb(197,5,49); }
H1.HeaderClassName
{
color: #C50531;
}
.AnyTagClassName
{
color: #C50531;
}
</style>
background-color css
<style>
a { background-color: #C50531; }
a { background-color: rgb(197,5,49); }
div.DivClassName
{
background-color: #C50531;
}
.BgClassName
{
background-color: #C50531;
}
</style>
border-color css
<style>
span { border-color: #C50531; }
span { border-color: rgb(197,5,49); }
td.TdClassName
{
border-color: #C50531;
}
.TagClassName
{
border-color: #C50531;
}
</style>