Shades of Cardinal #C5253C
Tints of Cardinal #C5253C
RGB
CMYK
RGB Variations
Color information
#C5253C (or 0xC5253C) is known color: Cardinal. HEX triplet: C5, 25 and 3C. RGB value is (197,37,60). Sum of RGB (Red+Green+Blue) = 197+37+60=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5253C is #3ADAC3. Grayscale: #575757. Windows color (decimal): -3857092 or 3941829. OLE color: 3941829.
HSL color Cylindrical-coordinate representation of color #C5253C: hue angle of 351.38º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5253C is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 60 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.23 |
| HSL | 351.38º | 0.68% | 0.46% | - |
| HSV(B) | 351.38º | 0.81% | 0.77% | - |
| XYZ | 24.5 | 13.52 | 5.59 | - |
| YUV | 87.46 | 112.51 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 60 | 0 | 0.81 | 0.70 | 0.23 | 351.38 | 0.68 | 0.46 |
| Hex | C5 | 25 | 3C | 0 | 51 | 46 | 17 | 15F | 44 | 2E |
| Octal | 305 | 45 | 74 | 0 | 121 | 106 | 27 | 537 | 104 | 56 |
| Binary | 11000101 | 100101 | 111100 | 0 | 1010001 | 1000110 | 10111 | 101011111 | 1000100 | 101110 |
Color Harmonies of #C5253C
Complementary color
Monochromatic Colors of #C5253C
Black with #C5253C
Text Example
Text Example
White with #C5253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5253C; }
p { color: rgb(197,37,60); }
H1.HeaderClassName
{
color: #C5253C;
}
.AnyTagClassName
{
color: #C5253C;
}
</style>
background-color css
<style>
a { background-color: #C5253C; }
a { background-color: rgb(197,37,60); }
div.DivClassName
{
background-color: #C5253C;
}
.BgClassName
{
background-color: #C5253C;
}
</style>
border-color css
<style>
span { border-color: #C5253C; }
span { border-color: rgb(197,37,60); }
td.TdClassName
{
border-color: #C5253C;
}
.TagClassName
{
border-color: #C5253C;
}
</style>