Shades of Cardinal #C5232C
Tints of Cardinal #C5232C
RGB
CMYK
RGB Variations
Color information
#C5232C (or 0xC5232C) is known color: Cardinal. HEX triplet: C5, 23 and 2C. RGB value is (197,35,44). Sum of RGB (Red+Green+Blue) = 197+35+44=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5232C is #3ADCD3. Grayscale: #545454. Windows color (decimal): -3857620 or 2892741. OLE color: 2892741.
HSL color Cylindrical-coordinate representation of color #C5232C: hue angle of 356.67º 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 #C5232C is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 44 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.23 |
| HSL | 356.67º | 0.7% | 0.45% | - |
| HSV(B) | 356.67º | 0.82% | 0.77% | - |
| XYZ | 24.08 | 13.25 | 3.67 | - |
| YUV | 84.46 | 105.17 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 44 | 0 | 0.82 | 0.78 | 0.23 | 356.67 | 0.7 | 0.45 |
| Hex | C5 | 23 | 2C | 0 | 52 | 4E | 17 | 165 | 46 | 2D |
| Octal | 305 | 43 | 54 | 0 | 122 | 116 | 27 | 545 | 106 | 55 |
| Binary | 11000101 | 100011 | 101100 | 0 | 1010010 | 1001110 | 10111 | 101100101 | 1000110 | 101101 |
Color Harmonies of #C5232C
Complementary color
Monochromatic Colors of #C5232C
Black with #C5232C
Text Example
Text Example
White with #C5232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5232C; }
p { color: rgb(197,35,44); }
H1.HeaderClassName
{
color: #C5232C;
}
.AnyTagClassName
{
color: #C5232C;
}
</style>
background-color css
<style>
a { background-color: #C5232C; }
a { background-color: rgb(197,35,44); }
div.DivClassName
{
background-color: #C5232C;
}
.BgClassName
{
background-color: #C5232C;
}
</style>
border-color css
<style>
span { border-color: #C5232C; }
span { border-color: rgb(197,35,44); }
td.TdClassName
{
border-color: #C5232C;
}
.TagClassName
{
border-color: #C5232C;
}
</style>