Shades of Cardinal #C51451
Tints of Cardinal #C51451
RGB
CMYK
RGB Variations
Color information
#C51451 (or 0xC51451) is known color: Cardinal. HEX triplet: C5, 14 and 51. RGB value is (197,20,81). Sum of RGB (Red+Green+Blue) = 197+20+81=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C51451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51451 is #3AEBAE. Grayscale: #4F4F4F. Windows color (decimal): -3861423 or 5313733. OLE color: 5313733.
HSL color Cylindrical-coordinate representation of color #C51451: hue angle of 339.32º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51451 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 81 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.23 |
| HSL | 339.32º | 0.82% | 0.43% | - |
| HSV(B) | 339.32º | 0.9% | 0.77% | - |
| XYZ | 24.76 | 12.96 | 8.98 | - |
| YUV | 79.88 | 128.64 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 81 | 0 | 0.90 | 0.59 | 0.23 | 339.32 | 0.82 | 0.43 |
| Hex | C5 | 14 | 51 | 0 | 5A | 3B | 17 | 153 | 52 | 2B |
| Octal | 305 | 24 | 121 | 0 | 132 | 73 | 27 | 523 | 122 | 53 |
| Binary | 11000101 | 10100 | 1010001 | 0 | 1011010 | 111011 | 10111 | 101010011 | 1010010 | 101011 |
Color Harmonies of #C51451
Complementary color
Monochromatic Colors of #C51451
Black with #C51451
Text Example
Text Example
White with #C51451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51451; }
p { color: rgb(197,20,81); }
H1.HeaderClassName
{
color: #C51451;
}
.AnyTagClassName
{
color: #C51451;
}
</style>
background-color css
<style>
a { background-color: #C51451; }
a { background-color: rgb(197,20,81); }
div.DivClassName
{
background-color: #C51451;
}
.BgClassName
{
background-color: #C51451;
}
</style>
border-color css
<style>
span { border-color: #C51451; }
span { border-color: rgb(197,20,81); }
td.TdClassName
{
border-color: #C51451;
}
.TagClassName
{
border-color: #C51451;
}
</style>