Shades of Cardinal #C5243E
Tints of Cardinal #C5243E
RGB
CMYK
RGB Variations
Color information
#C5243E (or 0xC5243E) is known color: Cardinal. HEX triplet: C5, 24 and 3E. RGB value is (197,36,62). Sum of RGB (Red+Green+Blue) = 197+36+62=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5243E is #3ADBC1. Grayscale: #575757. Windows color (decimal): -3857346 or 4072645. OLE color: 4072645.
HSL color Cylindrical-coordinate representation of color #C5243E: hue angle of 350.31º 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 #C5243E is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 62 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.23 |
| HSL | 350.31º | 0.69% | 0.46% | - |
| HSV(B) | 350.31º | 0.82% | 0.77% | - |
| XYZ | 24.53 | 13.48 | 5.87 | - |
| YUV | 87.1 | 113.84 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 62 | 0 | 0.82 | 0.69 | 0.23 | 350.31 | 0.69 | 0.46 |
| Hex | C5 | 24 | 3E | 0 | 52 | 45 | 17 | 15E | 45 | 2E |
| Octal | 305 | 44 | 76 | 0 | 122 | 105 | 27 | 536 | 105 | 56 |
| Binary | 11000101 | 100100 | 111110 | 0 | 1010010 | 1000101 | 10111 | 101011110 | 1000101 | 101110 |
Color Harmonies of #C5243E
Complementary color
Monochromatic Colors of #C5243E
Black with #C5243E
Text Example
Text Example
White with #C5243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5243E; }
p { color: rgb(197,36,62); }
H1.HeaderClassName
{
color: #C5243E;
}
.AnyTagClassName
{
color: #C5243E;
}
</style>
background-color css
<style>
a { background-color: #C5243E; }
a { background-color: rgb(197,36,62); }
div.DivClassName
{
background-color: #C5243E;
}
.BgClassName
{
background-color: #C5243E;
}
</style>
border-color css
<style>
span { border-color: #C5243E; }
span { border-color: rgb(197,36,62); }
td.TdClassName
{
border-color: #C5243E;
}
.TagClassName
{
border-color: #C5243E;
}
</style>