Shades of Cardinal #C51832
Tints of Cardinal #C51832
RGB
CMYK
RGB Variations
Color information
#C51832 (or 0xC51832) is known color: Cardinal. HEX triplet: C5, 18 and 32. RGB value is (197,24,50). Sum of RGB (Red+Green+Blue) = 197+24+50=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C51832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51832 is #3AE7CD. Grayscale: #4E4E4E. Windows color (decimal): -3860430 or 3283141. OLE color: 3283141.
HSL color Cylindrical-coordinate representation of color #C51832: hue angle of 350.98º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51832 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 50 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.23 |
| HSL | 350.98º | 0.78% | 0.43% | - |
| HSV(B) | 350.98º | 0.88% | 0.77% | - |
| XYZ | 23.93 | 12.75 | 4.22 | - |
| YUV | 78.69 | 111.81 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 50 | 0 | 0.88 | 0.75 | 0.23 | 350.98 | 0.78 | 0.43 |
| Hex | C5 | 18 | 32 | 0 | 58 | 4B | 17 | 15F | 4E | 2B |
| Octal | 305 | 30 | 62 | 0 | 130 | 113 | 27 | 537 | 116 | 53 |
| Binary | 11000101 | 11000 | 110010 | 0 | 1011000 | 1001011 | 10111 | 101011111 | 1001110 | 101011 |
Color Harmonies of #C51832
Complementary color
Monochromatic Colors of #C51832
Black with #C51832
Text Example
Text Example
White with #C51832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51832; }
p { color: rgb(197,24,50); }
H1.HeaderClassName
{
color: #C51832;
}
.AnyTagClassName
{
color: #C51832;
}
</style>
background-color css
<style>
a { background-color: #C51832; }
a { background-color: rgb(197,24,50); }
div.DivClassName
{
background-color: #C51832;
}
.BgClassName
{
background-color: #C51832;
}
</style>
border-color css
<style>
span { border-color: #C51832; }
span { border-color: rgb(197,24,50); }
td.TdClassName
{
border-color: #C51832;
}
.TagClassName
{
border-color: #C51832;
}
</style>