Shades of Cardinal #C5232D
Tints of Cardinal #C5232D
RGB
CMYK
RGB Variations
Color information
#C5232D (or 0xC5232D) is known color: Cardinal. HEX triplet: C5, 23 and 2D. RGB value is (197,35,45). Sum of RGB (Red+Green+Blue) = 197+35+45=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C5232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5232D is #3ADCD2. Grayscale: #545454. Windows color (decimal): -3857619 or 2958277. OLE color: 2958277.
HSL color Cylindrical-coordinate representation of color #C5232D: hue angle of 356.3º 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 #C5232D is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 45 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.23 |
| HSL | 356.3º | 0.7% | 0.45% | - |
| HSV(B) | 356.3º | 0.82% | 0.77% | - |
| XYZ | 24.1 | 13.26 | 3.77 | - |
| YUV | 84.58 | 105.67 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 45 | 0 | 0.82 | 0.77 | 0.23 | 356.3 | 0.7 | 0.45 |
| Hex | C5 | 23 | 2D | 0 | 52 | 4D | 17 | 164 | 46 | 2D |
| Octal | 305 | 43 | 55 | 0 | 122 | 115 | 27 | 544 | 106 | 55 |
| Binary | 11000101 | 100011 | 101101 | 0 | 1010010 | 1001101 | 10111 | 101100100 | 1000110 | 101101 |
Color Harmonies of #C5232D
Complementary color
Monochromatic Colors of #C5232D
Black with #C5232D
Text Example
Text Example
White with #C5232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5232D; }
p { color: rgb(197,35,45); }
H1.HeaderClassName
{
color: #C5232D;
}
.AnyTagClassName
{
color: #C5232D;
}
</style>
background-color css
<style>
a { background-color: #C5232D; }
a { background-color: rgb(197,35,45); }
div.DivClassName
{
background-color: #C5232D;
}
.BgClassName
{
background-color: #C5232D;
}
</style>
border-color css
<style>
span { border-color: #C5232D; }
span { border-color: rgb(197,35,45); }
td.TdClassName
{
border-color: #C5232D;
}
.TagClassName
{
border-color: #C5232D;
}
</style>