Shades of Cardinal #C5233B
Tints of Cardinal #C5233B
RGB
CMYK
RGB Variations
Color information
#C5233B (or 0xC5233B) is known color: Cardinal. HEX triplet: C5, 23 and 3B. RGB value is (197,35,59). Sum of RGB (Red+Green+Blue) = 197+35+59=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5233B is #3ADCC4. Grayscale: #565656. Windows color (decimal): -3857605 or 3875781. OLE color: 3875781.
HSL color Cylindrical-coordinate representation of color #C5233B: hue angle of 351.11º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5233B is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 59 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.23 |
| HSL | 351.11º | 0.7% | 0.45% | - |
| HSV(B) | 351.11º | 0.82% | 0.77% | - |
| XYZ | 24.42 | 13.39 | 5.43 | - |
| YUV | 86.17 | 112.67 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 59 | 0 | 0.82 | 0.70 | 0.23 | 351.11 | 0.7 | 0.45 |
| Hex | C5 | 23 | 3B | 0 | 52 | 46 | 17 | 15F | 46 | 2D |
| Octal | 305 | 43 | 73 | 0 | 122 | 106 | 27 | 537 | 106 | 55 |
| Binary | 11000101 | 100011 | 111011 | 0 | 1010010 | 1000110 | 10111 | 101011111 | 1000110 | 101101 |
Color Harmonies of #C5233B
Complementary color
Monochromatic Colors of #C5233B
Black with #C5233B
Text Example
Text Example
White with #C5233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5233B; }
p { color: rgb(197,35,59); }
H1.HeaderClassName
{
color: #C5233B;
}
.AnyTagClassName
{
color: #C5233B;
}
</style>
background-color css
<style>
a { background-color: #C5233B; }
a { background-color: rgb(197,35,59); }
div.DivClassName
{
background-color: #C5233B;
}
.BgClassName
{
background-color: #C5233B;
}
</style>
border-color css
<style>
span { border-color: #C5233B; }
span { border-color: rgb(197,35,59); }
td.TdClassName
{
border-color: #C5233B;
}
.TagClassName
{
border-color: #C5233B;
}
</style>