Shades of Cardinal #C5242E
Tints of Cardinal #C5242E
RGB
CMYK
RGB Variations
Color information
#C5242E (or 0xC5242E) is known color: Cardinal. HEX triplet: C5, 24 and 2E. RGB value is (197,36,46). Sum of RGB (Red+Green+Blue) = 197+36+46=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C5242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5242E is #3ADBD1. Grayscale: #555555. Windows color (decimal): -3857362 or 3024069. OLE color: 3024069.
HSL color Cylindrical-coordinate representation of color #C5242E: hue angle of 356.27º 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 #C5242E is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 46 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.23 |
| HSL | 356.27º | 0.69% | 0.46% | - |
| HSV(B) | 356.27º | 0.82% | 0.77% | - |
| XYZ | 24.15 | 13.33 | 3.88 | - |
| YUV | 85.28 | 105.84 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 46 | 0 | 0.82 | 0.77 | 0.23 | 356.27 | 0.69 | 0.46 |
| Hex | C5 | 24 | 2E | 0 | 52 | 4D | 17 | 164 | 45 | 2E |
| Octal | 305 | 44 | 56 | 0 | 122 | 115 | 27 | 544 | 105 | 56 |
| Binary | 11000101 | 100100 | 101110 | 0 | 1010010 | 1001101 | 10111 | 101100100 | 1000101 | 101110 |
Color Harmonies of #C5242E
Complementary color
Monochromatic Colors of #C5242E
Black with #C5242E
Text Example
Text Example
White with #C5242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5242E; }
p { color: rgb(197,36,46); }
H1.HeaderClassName
{
color: #C5242E;
}
.AnyTagClassName
{
color: #C5242E;
}
</style>
background-color css
<style>
a { background-color: #C5242E; }
a { background-color: rgb(197,36,46); }
div.DivClassName
{
background-color: #C5242E;
}
.BgClassName
{
background-color: #C5242E;
}
</style>
border-color css
<style>
span { border-color: #C5242E; }
span { border-color: rgb(197,36,46); }
td.TdClassName
{
border-color: #C5242E;
}
.TagClassName
{
border-color: #C5242E;
}
</style>