Shades of Cardinal #C5263B
Tints of Cardinal #C5263B
RGB
CMYK
RGB Variations
Color information
#C5263B (or 0xC5263B) is known color: Cardinal. HEX triplet: C5, 26 and 3B. RGB value is (197,38,59). Sum of RGB (Red+Green+Blue) = 197+38+59=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5263B is #3AD9C4. Grayscale: #585858. Windows color (decimal): -3856837 or 3876549. OLE color: 3876549.
HSL color Cylindrical-coordinate representation of color #C5263B: hue angle of 352.08º 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 #C5263B is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 59 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.23 |
| HSL | 352.08º | 0.68% | 0.46% | - |
| HSV(B) | 352.08º | 0.81% | 0.77% | - |
| XYZ | 24.51 | 13.57 | 5.47 | - |
| YUV | 87.94 | 111.68 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 59 | 0 | 0.81 | 0.70 | 0.23 | 352.08 | 0.68 | 0.46 |
| Hex | C5 | 26 | 3B | 0 | 51 | 46 | 17 | 160 | 44 | 2E |
| Octal | 305 | 46 | 73 | 0 | 121 | 106 | 27 | 540 | 104 | 56 |
| Binary | 11000101 | 100110 | 111011 | 0 | 1010001 | 1000110 | 10111 | 101100000 | 1000100 | 101110 |
Color Harmonies of #C5263B
Complementary color
Monochromatic Colors of #C5263B
Black with #C5263B
Text Example
Text Example
White with #C5263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5263B; }
p { color: rgb(197,38,59); }
H1.HeaderClassName
{
color: #C5263B;
}
.AnyTagClassName
{
color: #C5263B;
}
</style>
background-color css
<style>
a { background-color: #C5263B; }
a { background-color: rgb(197,38,59); }
div.DivClassName
{
background-color: #C5263B;
}
.BgClassName
{
background-color: #C5263B;
}
</style>
border-color css
<style>
span { border-color: #C5263B; }
span { border-color: rgb(197,38,59); }
td.TdClassName
{
border-color: #C5263B;
}
.TagClassName
{
border-color: #C5263B;
}
</style>