Shades of Cardinal #C52530
Tints of Cardinal #C52530
RGB
CMYK
RGB Variations
Color information
#C52530 (or 0xC52530) is known color: Cardinal. HEX triplet: C5, 25 and 30. RGB value is (197,37,48). Sum of RGB (Red+Green+Blue) = 197+37+48=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C52530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52530 is #3ADACF. Grayscale: #565656. Windows color (decimal): -3857104 or 3155397. OLE color: 3155397.
HSL color Cylindrical-coordinate representation of color #C52530: hue angle of 355.88º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52530 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 48 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.23 |
| HSL | 355.88º | 0.68% | 0.46% | - |
| HSV(B) | 355.88º | 0.81% | 0.77% | - |
| XYZ | 24.22 | 13.41 | 4.11 | - |
| YUV | 86.09 | 106.51 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 48 | 0 | 0.81 | 0.76 | 0.23 | 355.88 | 0.68 | 0.46 |
| Hex | C5 | 25 | 30 | 0 | 51 | 4C | 17 | 164 | 44 | 2E |
| Octal | 305 | 45 | 60 | 0 | 121 | 114 | 27 | 544 | 104 | 56 |
| Binary | 11000101 | 100101 | 110000 | 0 | 1010001 | 1001100 | 10111 | 101100100 | 1000100 | 101110 |
Color Harmonies of #C52530
Complementary color
Monochromatic Colors of #C52530
Black with #C52530
Text Example
Text Example
White with #C52530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52530; }
p { color: rgb(197,37,48); }
H1.HeaderClassName
{
color: #C52530;
}
.AnyTagClassName
{
color: #C52530;
}
</style>
background-color css
<style>
a { background-color: #C52530; }
a { background-color: rgb(197,37,48); }
div.DivClassName
{
background-color: #C52530;
}
.BgClassName
{
background-color: #C52530;
}
</style>
border-color css
<style>
span { border-color: #C52530; }
span { border-color: rgb(197,37,48); }
td.TdClassName
{
border-color: #C52530;
}
.TagClassName
{
border-color: #C52530;
}
</style>