Shades of Cardinal #C52430
Tints of Cardinal #C52430
RGB
CMYK
RGB Variations
Color information
#C52430 (or 0xC52430) is known color: Cardinal. HEX triplet: C5, 24 and 30. RGB value is (197,36,48). Sum of RGB (Red+Green+Blue) = 197+36+48=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C52430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52430 is #3ADBCF. Grayscale: #555555. Windows color (decimal): -3857360 or 3155141. OLE color: 3155141.
HSL color Cylindrical-coordinate representation of color #C52430: hue angle of 355.53º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52430 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 48 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.23 |
| HSL | 355.53º | 0.69% | 0.46% | - |
| HSV(B) | 355.53º | 0.82% | 0.77% | - |
| XYZ | 24.19 | 13.35 | 4.1 | - |
| YUV | 85.51 | 106.84 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 48 | 0 | 0.82 | 0.76 | 0.23 | 355.53 | 0.69 | 0.46 |
| Hex | C5 | 24 | 30 | 0 | 52 | 4C | 17 | 164 | 45 | 2E |
| Octal | 305 | 44 | 60 | 0 | 122 | 114 | 27 | 544 | 105 | 56 |
| Binary | 11000101 | 100100 | 110000 | 0 | 1010010 | 1001100 | 10111 | 101100100 | 1000101 | 101110 |
Color Harmonies of #C52430
Complementary color
Monochromatic Colors of #C52430
Black with #C52430
Text Example
Text Example
White with #C52430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52430; }
p { color: rgb(197,36,48); }
H1.HeaderClassName
{
color: #C52430;
}
.AnyTagClassName
{
color: #C52430;
}
</style>
background-color css
<style>
a { background-color: #C52430; }
a { background-color: rgb(197,36,48); }
div.DivClassName
{
background-color: #C52430;
}
.BgClassName
{
background-color: #C52430;
}
</style>
border-color css
<style>
span { border-color: #C52430; }
span { border-color: rgb(197,36,48); }
td.TdClassName
{
border-color: #C52430;
}
.TagClassName
{
border-color: #C52430;
}
</style>