Shades of Cardinal #C51835
Tints of Cardinal #C51835
RGB
CMYK
RGB Variations
Color information
#C51835 (or 0xC51835) is known color: Cardinal. HEX triplet: C5, 18 and 35. RGB value is (197,24,53). Sum of RGB (Red+Green+Blue) = 197+24+53=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C51835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51835 is #3AE7CA. Grayscale: #4F4F4F. Windows color (decimal): -3860427 or 3479749. OLE color: 3479749.
HSL color Cylindrical-coordinate representation of color #C51835: hue angle of 349.94º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51835 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 53 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.23 |
| HSL | 349.94º | 0.78% | 0.43% | - |
| HSV(B) | 349.94º | 0.88% | 0.77% | - |
| XYZ | 24 | 12.78 | 4.57 | - |
| YUV | 79.03 | 113.31 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 53 | 0 | 0.88 | 0.73 | 0.23 | 349.94 | 0.78 | 0.43 |
| Hex | C5 | 18 | 35 | 0 | 58 | 49 | 17 | 15E | 4E | 2B |
| Octal | 305 | 30 | 65 | 0 | 130 | 111 | 27 | 536 | 116 | 53 |
| Binary | 11000101 | 11000 | 110101 | 0 | 1011000 | 1001001 | 10111 | 101011110 | 1001110 | 101011 |
Color Harmonies of #C51835
Complementary color
Monochromatic Colors of #C51835
Black with #C51835
Text Example
Text Example
White with #C51835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51835; }
p { color: rgb(197,24,53); }
H1.HeaderClassName
{
color: #C51835;
}
.AnyTagClassName
{
color: #C51835;
}
</style>
background-color css
<style>
a { background-color: #C51835; }
a { background-color: rgb(197,24,53); }
div.DivClassName
{
background-color: #C51835;
}
.BgClassName
{
background-color: #C51835;
}
</style>
border-color css
<style>
span { border-color: #C51835; }
span { border-color: rgb(197,24,53); }
td.TdClassName
{
border-color: #C51835;
}
.TagClassName
{
border-color: #C51835;
}
</style>