Shades of Cardinal #C50237
Tints of Cardinal #C50237
RGB
CMYK
RGB Variations
Color information
#C50237 (or 0xC50237) is known color: Cardinal. HEX triplet: C5, 02 and 37. RGB value is (197,2,55). Sum of RGB (Red+Green+Blue) = 197+2+55=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C50237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50237 is #3AFDC8. Grayscale: #424242. Windows color (decimal): -3866057 or 3605189. OLE color: 3605189.
HSL color Cylindrical-coordinate representation of color #C50237: hue angle of 343.69º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50237 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 55 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.23 |
| HSL | 343.69º | 0.98% | 0.39% | - |
| HSV(B) | 343.69º | 0.99% | 0.77% | - |
| XYZ | 23.74 | 12.19 | 4.72 | - |
| YUV | 66.35 | 121.6 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 55 | 0 | 0.99 | 0.72 | 0.23 | 343.69 | 0.98 | 0.39 |
| Hex | C5 | 2 | 37 | 0 | 63 | 48 | 17 | 158 | 62 | 27 |
| Octal | 305 | 2 | 67 | 0 | 143 | 110 | 27 | 530 | 142 | 47 |
| Binary | 11000101 | 10 | 110111 | 0 | 1100011 | 1001000 | 10111 | 101011000 | 1100010 | 100111 |
Color Harmonies of #C50237
Complementary color
Monochromatic Colors of #C50237
Black with #C50237
Text Example
Text Example
White with #C50237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50237; }
p { color: rgb(197,2,55); }
H1.HeaderClassName
{
color: #C50237;
}
.AnyTagClassName
{
color: #C50237;
}
</style>
background-color css
<style>
a { background-color: #C50237; }
a { background-color: rgb(197,2,55); }
div.DivClassName
{
background-color: #C50237;
}
.BgClassName
{
background-color: #C50237;
}
</style>
border-color css
<style>
span { border-color: #C50237; }
span { border-color: rgb(197,2,55); }
td.TdClassName
{
border-color: #C50237;
}
.TagClassName
{
border-color: #C50237;
}
</style>