Shades of Cardinal #C51D44
Tints of Cardinal #C51D44
RGB
CMYK
RGB Variations
Color information
#C51D44 (or 0xC51D44) is known color: Cardinal. HEX triplet: C5, 1D and 44. RGB value is (197,29,68). Sum of RGB (Red+Green+Blue) = 197+29+68=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D44 is #3AE2BB. Grayscale: #535353. Windows color (decimal): -3859132 or 4464069. OLE color: 4464069.
HSL color Cylindrical-coordinate representation of color #C51D44: hue angle of 346.07º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51D44 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 68 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.23 |
| HSL | 346.07º | 0.74% | 0.44% | - |
| HSV(B) | 346.07º | 0.85% | 0.77% | - |
| XYZ | 24.51 | 13.17 | 6.72 | - |
| YUV | 83.68 | 119.16 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 68 | 0 | 0.85 | 0.65 | 0.23 | 346.07 | 0.74 | 0.44 |
| Hex | C5 | 1D | 44 | 0 | 55 | 41 | 17 | 15A | 4A | 2C |
| Octal | 305 | 35 | 104 | 0 | 125 | 101 | 27 | 532 | 112 | 54 |
| Binary | 11000101 | 11101 | 1000100 | 0 | 1010101 | 1000001 | 10111 | 101011010 | 1001010 | 101100 |
Color Harmonies of #C51D44
Complementary color
Monochromatic Colors of #C51D44
Black with #C51D44
Text Example
Text Example
White with #C51D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D44; }
p { color: rgb(197,29,68); }
H1.HeaderClassName
{
color: #C51D44;
}
.AnyTagClassName
{
color: #C51D44;
}
</style>
background-color css
<style>
a { background-color: #C51D44; }
a { background-color: rgb(197,29,68); }
div.DivClassName
{
background-color: #C51D44;
}
.BgClassName
{
background-color: #C51D44;
}
</style>
border-color css
<style>
span { border-color: #C51D44; }
span { border-color: rgb(197,29,68); }
td.TdClassName
{
border-color: #C51D44;
}
.TagClassName
{
border-color: #C51D44;
}
</style>