Shades of Cardinal #C51D35
Tints of Cardinal #C51D35
RGB
CMYK
RGB Variations
Color information
#C51D35 (or 0xC51D35) is known color: Cardinal. HEX triplet: C5, 1D and 35. RGB value is (197,29,53). Sum of RGB (Red+Green+Blue) = 197+29+53=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D35 is #3AE2CA. Grayscale: #525252. Windows color (decimal): -3859147 or 3481029. OLE color: 3481029.
HSL color Cylindrical-coordinate representation of color #C51D35: hue angle of 351.43º 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 #C51D35 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 53 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.23 |
| HSL | 351.43º | 0.74% | 0.44% | - |
| HSV(B) | 351.43º | 0.85% | 0.77% | - |
| XYZ | 24.11 | 13.01 | 4.61 | - |
| YUV | 81.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 53 | 0 | 0.85 | 0.73 | 0.23 | 351.43 | 0.74 | 0.44 |
| Hex | C5 | 1D | 35 | 0 | 55 | 49 | 17 | 15F | 4A | 2C |
| Octal | 305 | 35 | 65 | 0 | 125 | 111 | 27 | 537 | 112 | 54 |
| Binary | 11000101 | 11101 | 110101 | 0 | 1010101 | 1001001 | 10111 | 101011111 | 1001010 | 101100 |
Color Harmonies of #C51D35
Complementary color
Monochromatic Colors of #C51D35
Black with #C51D35
Text Example
Text Example
White with #C51D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D35; }
p { color: rgb(197,29,53); }
H1.HeaderClassName
{
color: #C51D35;
}
.AnyTagClassName
{
color: #C51D35;
}
</style>
background-color css
<style>
a { background-color: #C51D35; }
a { background-color: rgb(197,29,53); }
div.DivClassName
{
background-color: #C51D35;
}
.BgClassName
{
background-color: #C51D35;
}
</style>
border-color css
<style>
span { border-color: #C51D35; }
span { border-color: rgb(197,29,53); }
td.TdClassName
{
border-color: #C51D35;
}
.TagClassName
{
border-color: #C51D35;
}
</style>