Shades of Cardinal #C5233C
Tints of Cardinal #C5233C
RGB
CMYK
RGB Variations
Color information
#C5233C (or 0xC5233C) is known color: Cardinal. HEX triplet: C5, 23 and 3C. RGB value is (197,35,60). Sum of RGB (Red+Green+Blue) = 197+35+60=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C5233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5233C is #3ADCC3. Grayscale: #565656. Windows color (decimal): -3857604 or 3941317. OLE color: 3941317.
HSL color Cylindrical-coordinate representation of color #C5233C: hue angle of 350.74º 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 #C5233C is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 60 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.23 |
| HSL | 350.74º | 0.7% | 0.45% | - |
| HSV(B) | 350.74º | 0.82% | 0.77% | - |
| XYZ | 24.44 | 13.4 | 5.57 | - |
| YUV | 86.29 | 113.17 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 60 | 0 | 0.82 | 0.70 | 0.23 | 350.74 | 0.7 | 0.45 |
| Hex | C5 | 23 | 3C | 0 | 52 | 46 | 17 | 15F | 46 | 2D |
| Octal | 305 | 43 | 74 | 0 | 122 | 106 | 27 | 537 | 106 | 55 |
| Binary | 11000101 | 100011 | 111100 | 0 | 1010010 | 1000110 | 10111 | 101011111 | 1000110 | 101101 |
Color Harmonies of #C5233C
Complementary color
Monochromatic Colors of #C5233C
Black with #C5233C
Text Example
Text Example
White with #C5233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5233C; }
p { color: rgb(197,35,60); }
H1.HeaderClassName
{
color: #C5233C;
}
.AnyTagClassName
{
color: #C5233C;
}
</style>
background-color css
<style>
a { background-color: #C5233C; }
a { background-color: rgb(197,35,60); }
div.DivClassName
{
background-color: #C5233C;
}
.BgClassName
{
background-color: #C5233C;
}
</style>
border-color css
<style>
span { border-color: #C5233C; }
span { border-color: rgb(197,35,60); }
td.TdClassName
{
border-color: #C5233C;
}
.TagClassName
{
border-color: #C5233C;
}
</style>