Shades of Cardinal #C51D32
Tints of Cardinal #C51D32
RGB
CMYK
RGB Variations
Color information
#C51D32 (or 0xC51D32) is known color: Cardinal. HEX triplet: C5, 1D and 32. RGB value is (197,29,50). Sum of RGB (Red+Green+Blue) = 197+29+50=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D32 is #3AE2CD. Grayscale: #515151. Windows color (decimal): -3859150 or 3284421. OLE color: 3284421.
HSL color Cylindrical-coordinate representation of color #C51D32: hue angle of 352.5º 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 #C51D32 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 50 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.23 |
| HSL | 352.5º | 0.74% | 0.44% | - |
| HSV(B) | 352.5º | 0.85% | 0.77% | - |
| XYZ | 24.04 | 12.98 | 4.26 | - |
| YUV | 81.63 | 110.16 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 50 | 0 | 0.85 | 0.75 | 0.23 | 352.5 | 0.74 | 0.44 |
| Hex | C5 | 1D | 32 | 0 | 55 | 4B | 17 | 160 | 4A | 2C |
| Octal | 305 | 35 | 62 | 0 | 125 | 113 | 27 | 540 | 112 | 54 |
| Binary | 11000101 | 11101 | 110010 | 0 | 1010101 | 1001011 | 10111 | 101100000 | 1001010 | 101100 |
Color Harmonies of #C51D32
Complementary color
Monochromatic Colors of #C51D32
Black with #C51D32
Text Example
Text Example
White with #C51D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D32; }
p { color: rgb(197,29,50); }
H1.HeaderClassName
{
color: #C51D32;
}
.AnyTagClassName
{
color: #C51D32;
}
</style>
background-color css
<style>
a { background-color: #C51D32; }
a { background-color: rgb(197,29,50); }
div.DivClassName
{
background-color: #C51D32;
}
.BgClassName
{
background-color: #C51D32;
}
</style>
border-color css
<style>
span { border-color: #C51D32; }
span { border-color: rgb(197,29,50); }
td.TdClassName
{
border-color: #C51D32;
}
.TagClassName
{
border-color: #C51D32;
}
</style>