Shades of Cardinal #C50138
Tints of Cardinal #C50138
RGB
CMYK
RGB Variations
Color information
#C50138 (or 0xC50138) is known color: Cardinal. HEX triplet: C5, 01 and 38. RGB value is (197,1,56). Sum of RGB (Red+Green+Blue) = 197+1+56=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C50138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50138 is #3AFEC7. Grayscale: #414141. Windows color (decimal): -3866312 or 3670469. OLE color: 3670469.
HSL color Cylindrical-coordinate representation of color #C50138: hue angle of 343.16º degrees, saturation: 0.99, 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 #C50138 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 56 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.23 |
| HSL | 343.16º | 0.99% | 0.39% | - |
| HSV(B) | 343.16º | 0.99% | 0.77% | - |
| XYZ | 23.75 | 12.18 | 4.84 | - |
| YUV | 65.87 | 122.43 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 56 | 0 | 0.99 | 0.72 | 0.23 | 343.16 | 0.99 | 0.39 |
| Hex | C5 | 1 | 38 | 0 | 63 | 48 | 17 | 157 | 63 | 27 |
| Octal | 305 | 1 | 70 | 0 | 143 | 110 | 27 | 527 | 143 | 47 |
| Binary | 11000101 | 1 | 111000 | 0 | 1100011 | 1001000 | 10111 | 101010111 | 1100011 | 100111 |
Color Harmonies of #C50138
Complementary color
Monochromatic Colors of #C50138
Black with #C50138
Text Example
Text Example
White with #C50138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50138; }
p { color: rgb(197,1,56); }
H1.HeaderClassName
{
color: #C50138;
}
.AnyTagClassName
{
color: #C50138;
}
</style>
background-color css
<style>
a { background-color: #C50138; }
a { background-color: rgb(197,1,56); }
div.DivClassName
{
background-color: #C50138;
}
.BgClassName
{
background-color: #C50138;
}
</style>
border-color css
<style>
span { border-color: #C50138; }
span { border-color: rgb(197,1,56); }
td.TdClassName
{
border-color: #C50138;
}
.TagClassName
{
border-color: #C50138;
}
</style>