Shades of Cardinal #C51539
Tints of Cardinal #C51539
RGB
CMYK
RGB Variations
Color information
#C51539 (or 0xC51539) is known color: Cardinal. HEX triplet: C5, 15 and 39. RGB value is (197,21,57). Sum of RGB (Red+Green+Blue) = 197+21+57=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C51539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51539 is #3AEAC6. Grayscale: #4D4D4D. Windows color (decimal): -3861191 or 3741125. OLE color: 3741125.
HSL color Cylindrical-coordinate representation of color #C51539: hue angle of 347.73º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51539 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 57 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.23 |
| HSL | 347.73º | 0.81% | 0.43% | - |
| HSV(B) | 347.73º | 0.89% | 0.77% | - |
| XYZ | 24.03 | 12.7 | 5.06 | - |
| YUV | 77.73 | 116.31 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 57 | 0 | 0.89 | 0.71 | 0.23 | 347.73 | 0.81 | 0.43 |
| Hex | C5 | 15 | 39 | 0 | 59 | 47 | 17 | 15C | 51 | 2B |
| Octal | 305 | 25 | 71 | 0 | 131 | 107 | 27 | 534 | 121 | 53 |
| Binary | 11000101 | 10101 | 111001 | 0 | 1011001 | 1000111 | 10111 | 101011100 | 1010001 | 101011 |
Color Harmonies of #C51539
Complementary color
Monochromatic Colors of #C51539
Black with #C51539
Text Example
Text Example
White with #C51539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51539; }
p { color: rgb(197,21,57); }
H1.HeaderClassName
{
color: #C51539;
}
.AnyTagClassName
{
color: #C51539;
}
</style>
background-color css
<style>
a { background-color: #C51539; }
a { background-color: rgb(197,21,57); }
div.DivClassName
{
background-color: #C51539;
}
.BgClassName
{
background-color: #C51539;
}
</style>
border-color css
<style>
span { border-color: #C51539; }
span { border-color: rgb(197,21,57); }
td.TdClassName
{
border-color: #C51539;
}
.TagClassName
{
border-color: #C51539;
}
</style>