Shades of Cardinal #C5242D
Tints of Cardinal #C5242D
RGB
CMYK
RGB Variations
Color information
#C5242D (or 0xC5242D) is known color: Cardinal. HEX triplet: C5, 24 and 2D. RGB value is (197,36,45). Sum of RGB (Red+Green+Blue) = 197+36+45=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C5242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5242D is #3ADBD2. Grayscale: #555555. Windows color (decimal): -3857363 or 2958533. OLE color: 2958533.
HSL color Cylindrical-coordinate representation of color #C5242D: hue angle of 356.65º 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 #C5242D is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 45 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.23 |
| HSL | 356.65º | 0.69% | 0.46% | - |
| HSV(B) | 356.65º | 0.82% | 0.77% | - |
| XYZ | 24.13 | 13.32 | 3.78 | - |
| YUV | 85.17 | 105.34 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 45 | 0 | 0.82 | 0.77 | 0.23 | 356.65 | 0.69 | 0.46 |
| Hex | C5 | 24 | 2D | 0 | 52 | 4D | 17 | 165 | 45 | 2E |
| Octal | 305 | 44 | 55 | 0 | 122 | 115 | 27 | 545 | 105 | 56 |
| Binary | 11000101 | 100100 | 101101 | 0 | 1010010 | 1001101 | 10111 | 101100101 | 1000101 | 101110 |
Color Harmonies of #C5242D
Complementary color
Monochromatic Colors of #C5242D
Black with #C5242D
Text Example
Text Example
White with #C5242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5242D; }
p { color: rgb(197,36,45); }
H1.HeaderClassName
{
color: #C5242D;
}
.AnyTagClassName
{
color: #C5242D;
}
</style>
background-color css
<style>
a { background-color: #C5242D; }
a { background-color: rgb(197,36,45); }
div.DivClassName
{
background-color: #C5242D;
}
.BgClassName
{
background-color: #C5242D;
}
</style>
border-color css
<style>
span { border-color: #C5242D; }
span { border-color: rgb(197,36,45); }
td.TdClassName
{
border-color: #C5242D;
}
.TagClassName
{
border-color: #C5242D;
}
</style>