Shades of Cardinal #C5263C
Tints of Cardinal #C5263C
RGB
CMYK
RGB Variations
Color information
#C5263C (or 0xC5263C) is known color: Cardinal. HEX triplet: C5, 26 and 3C. RGB value is (197,38,60). Sum of RGB (Red+Green+Blue) = 197+38+60=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5263C is #3AD9C3. Grayscale: #585858. Windows color (decimal): -3856836 or 3942085. OLE color: 3942085.
HSL color Cylindrical-coordinate representation of color #C5263C: hue angle of 351.7º 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 #C5263C is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 60 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.23 |
| HSL | 351.7º | 0.68% | 0.46% | - |
| HSV(B) | 351.7º | 0.81% | 0.77% | - |
| XYZ | 24.53 | 13.58 | 5.6 | - |
| YUV | 88.05 | 112.18 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 60 | 0 | 0.81 | 0.70 | 0.23 | 351.7 | 0.68 | 0.46 |
| Hex | C5 | 26 | 3C | 0 | 51 | 46 | 17 | 160 | 44 | 2E |
| Octal | 305 | 46 | 74 | 0 | 121 | 106 | 27 | 540 | 104 | 56 |
| Binary | 11000101 | 100110 | 111100 | 0 | 1010001 | 1000110 | 10111 | 101100000 | 1000100 | 101110 |
Color Harmonies of #C5263C
Complementary color
Monochromatic Colors of #C5263C
Black with #C5263C
Text Example
Text Example
White with #C5263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5263C; }
p { color: rgb(197,38,60); }
H1.HeaderClassName
{
color: #C5263C;
}
.AnyTagClassName
{
color: #C5263C;
}
</style>
background-color css
<style>
a { background-color: #C5263C; }
a { background-color: rgb(197,38,60); }
div.DivClassName
{
background-color: #C5263C;
}
.BgClassName
{
background-color: #C5263C;
}
</style>
border-color css
<style>
span { border-color: #C5263C; }
span { border-color: rgb(197,38,60); }
td.TdClassName
{
border-color: #C5263C;
}
.TagClassName
{
border-color: #C5263C;
}
</style>