Shades of Cardinal #C5243C
Tints of Cardinal #C5243C
RGB
CMYK
RGB Variations
Color information
#C5243C (or 0xC5243C) is known color: Cardinal. HEX triplet: C5, 24 and 3C. RGB value is (197,36,60). Sum of RGB (Red+Green+Blue) = 197+36+60=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5243C is #3ADBC3. Grayscale: #565656. Windows color (decimal): -3857348 or 3941573. OLE color: 3941573.
HSL color Cylindrical-coordinate representation of color #C5243C: hue angle of 351.06º 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 #C5243C is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 60 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.23 |
| HSL | 351.06º | 0.69% | 0.46% | - |
| HSV(B) | 351.06º | 0.82% | 0.77% | - |
| XYZ | 24.47 | 13.46 | 5.58 | - |
| YUV | 86.88 | 112.84 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 60 | 0 | 0.82 | 0.70 | 0.23 | 351.06 | 0.69 | 0.46 |
| Hex | C5 | 24 | 3C | 0 | 52 | 46 | 17 | 15F | 45 | 2E |
| Octal | 305 | 44 | 74 | 0 | 122 | 106 | 27 | 537 | 105 | 56 |
| Binary | 11000101 | 100100 | 111100 | 0 | 1010010 | 1000110 | 10111 | 101011111 | 1000101 | 101110 |
Color Harmonies of #C5243C
Complementary color
Monochromatic Colors of #C5243C
Black with #C5243C
Text Example
Text Example
White with #C5243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5243C; }
p { color: rgb(197,36,60); }
H1.HeaderClassName
{
color: #C5243C;
}
.AnyTagClassName
{
color: #C5243C;
}
</style>
background-color css
<style>
a { background-color: #C5243C; }
a { background-color: rgb(197,36,60); }
div.DivClassName
{
background-color: #C5243C;
}
.BgClassName
{
background-color: #C5243C;
}
</style>
border-color css
<style>
span { border-color: #C5243C; }
span { border-color: rgb(197,36,60); }
td.TdClassName
{
border-color: #C5243C;
}
.TagClassName
{
border-color: #C5243C;
}
</style>