Shades of Cardinal #C5242B
Tints of Cardinal #C5242B
RGB
CMYK
RGB Variations
Color information
#C5242B (or 0xC5242B) is known color: Cardinal. HEX triplet: C5, 24 and 2B. RGB value is (197,36,43). Sum of RGB (Red+Green+Blue) = 197+36+43=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5242B is #3ADBD4. Grayscale: #555555. Windows color (decimal): -3857365 or 2827461. OLE color: 2827461.
HSL color Cylindrical-coordinate representation of color #C5242B: hue angle of 357.39º 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 #C5242B is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 43 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.23 |
| HSL | 357.39º | 0.69% | 0.46% | - |
| HSV(B) | 357.39º | 0.82% | 0.77% | - |
| XYZ | 24.09 | 13.31 | 3.58 | - |
| YUV | 84.94 | 104.34 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 43 | 0 | 0.82 | 0.78 | 0.23 | 357.39 | 0.69 | 0.46 |
| Hex | C5 | 24 | 2B | 0 | 52 | 4E | 17 | 165 | 45 | 2E |
| Octal | 305 | 44 | 53 | 0 | 122 | 116 | 27 | 545 | 105 | 56 |
| Binary | 11000101 | 100100 | 101011 | 0 | 1010010 | 1001110 | 10111 | 101100101 | 1000101 | 101110 |
Color Harmonies of #C5242B
Complementary color
Monochromatic Colors of #C5242B
Black with #C5242B
Text Example
Text Example
White with #C5242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5242B; }
p { color: rgb(197,36,43); }
H1.HeaderClassName
{
color: #C5242B;
}
.AnyTagClassName
{
color: #C5242B;
}
</style>
background-color css
<style>
a { background-color: #C5242B; }
a { background-color: rgb(197,36,43); }
div.DivClassName
{
background-color: #C5242B;
}
.BgClassName
{
background-color: #C5242B;
}
</style>
border-color css
<style>
span { border-color: #C5242B; }
span { border-color: rgb(197,36,43); }
td.TdClassName
{
border-color: #C5242B;
}
.TagClassName
{
border-color: #C5242B;
}
</style>