Shades of Cardinal #C50337
Tints of Cardinal #C50337
RGB
CMYK
RGB Variations
Color information
#C50337 (or 0xC50337) is known color: Cardinal. HEX triplet: C5, 03 and 37. RGB value is (197,3,55). Sum of RGB (Red+Green+Blue) = 197+3+55=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C50337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50337 is #3AFCC8. Grayscale: #424242. Windows color (decimal): -3865801 or 3605445. OLE color: 3605445.
HSL color Cylindrical-coordinate representation of color #C50337: hue angle of 343.92º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50337 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 55 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.23 |
| HSL | 343.92º | 0.97% | 0.39% | - |
| HSV(B) | 343.92º | 0.98% | 0.77% | - |
| XYZ | 23.75 | 12.21 | 4.72 | - |
| YUV | 66.93 | 121.27 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 55 | 0 | 0.98 | 0.72 | 0.23 | 343.92 | 0.97 | 0.39 |
| Hex | C5 | 3 | 37 | 0 | 62 | 48 | 17 | 158 | 61 | 27 |
| Octal | 305 | 3 | 67 | 0 | 142 | 110 | 27 | 530 | 141 | 47 |
| Binary | 11000101 | 11 | 110111 | 0 | 1100010 | 1001000 | 10111 | 101011000 | 1100001 | 100111 |
Color Harmonies of #C50337
Complementary color
Monochromatic Colors of #C50337
Black with #C50337
Text Example
Text Example
White with #C50337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50337; }
p { color: rgb(197,3,55); }
H1.HeaderClassName
{
color: #C50337;
}
.AnyTagClassName
{
color: #C50337;
}
</style>
background-color css
<style>
a { background-color: #C50337; }
a { background-color: rgb(197,3,55); }
div.DivClassName
{
background-color: #C50337;
}
.BgClassName
{
background-color: #C50337;
}
</style>
border-color css
<style>
span { border-color: #C50337; }
span { border-color: rgb(197,3,55); }
td.TdClassName
{
border-color: #C50337;
}
.TagClassName
{
border-color: #C50337;
}
</style>