Shades of Cardinal #C4153A
Tints of Cardinal #C4153A
RGB
CMYK
RGB Variations
Color information
#C4153A (or 0xC4153A) is known color: Cardinal. HEX triplet: C4, 15 and 3A. RGB value is (196,21,58). Sum of RGB (Red+Green+Blue) = 196+21+58=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C4153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4153A is #3BEAC5. Grayscale: #4D4D4D. Windows color (decimal): -3926726 or 3806660. OLE color: 3806660.
HSL color Cylindrical-coordinate representation of color #C4153A: hue angle of 347.31º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4153A is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 58 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.23 |
| HSL | 347.31º | 0.81% | 0.43% | - |
| HSV(B) | 347.31º | 0.89% | 0.77% | - |
| XYZ | 23.8 | 12.58 | 5.18 | - |
| YUV | 77.54 | 116.98 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 58 | 0 | 0.89 | 0.70 | 0.23 | 347.31 | 0.81 | 0.43 |
| Hex | C4 | 15 | 3A | 0 | 59 | 46 | 17 | 15B | 51 | 2B |
| Octal | 304 | 25 | 72 | 0 | 131 | 106 | 27 | 533 | 121 | 53 |
| Binary | 11000100 | 10101 | 111010 | 0 | 1011001 | 1000110 | 10111 | 101011011 | 1010001 | 101011 |
Color Harmonies of #C4153A
Complementary color
Monochromatic Colors of #C4153A
Black with #C4153A
Text Example
Text Example
White with #C4153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4153A; }
p { color: rgb(196,21,58); }
H1.HeaderClassName
{
color: #C4153A;
}
.AnyTagClassName
{
color: #C4153A;
}
</style>
background-color css
<style>
a { background-color: #C4153A; }
a { background-color: rgb(196,21,58); }
div.DivClassName
{
background-color: #C4153A;
}
.BgClassName
{
background-color: #C4153A;
}
</style>
border-color css
<style>
span { border-color: #C4153A; }
span { border-color: rgb(196,21,58); }
td.TdClassName
{
border-color: #C4153A;
}
.TagClassName
{
border-color: #C4153A;
}
</style>