Shades of Cardinal #C50F41
Tints of Cardinal #C50F41
RGB
CMYK
RGB Variations
Color information
#C50F41 (or 0xC50F41) is known color: Cardinal. HEX triplet: C5, 0F and 41. RGB value is (197,15,65). Sum of RGB (Red+Green+Blue) = 197+15+65=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50F41 is #3AF0BE. Grayscale: #4B4B4B. Windows color (decimal): -3862719 or 4263877. OLE color: 4263877.
HSL color Cylindrical-coordinate representation of color #C50F41: hue angle of 343.52º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C50F41 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 15 | 65 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.23 |
| HSL | 343.52º | 0.86% | 0.42% | - |
| HSV(B) | 343.52º | 0.92% | 0.77% | - |
| XYZ | 24.15 | 12.59 | 6.16 | - |
| YUV | 75.12 | 122.3 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 65 | 0 | 0.92 | 0.67 | 0.23 | 343.52 | 0.86 | 0.42 |
| Hex | C5 | F | 41 | 0 | 5C | 43 | 17 | 158 | 56 | 2A |
| Octal | 305 | 17 | 101 | 0 | 134 | 103 | 27 | 530 | 126 | 52 |
| Binary | 11000101 | 1111 | 1000001 | 0 | 1011100 | 1000011 | 10111 | 101011000 | 1010110 | 101010 |
Color Harmonies of #C50F41
Complementary color
Monochromatic Colors of #C50F41
Black with #C50F41
Text Example
Text Example
White with #C50F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50F41; }
p { color: rgb(197,15,65); }
H1.HeaderClassName
{
color: #C50F41;
}
.AnyTagClassName
{
color: #C50F41;
}
</style>
background-color css
<style>
a { background-color: #C50F41; }
a { background-color: rgb(197,15,65); }
div.DivClassName
{
background-color: #C50F41;
}
.BgClassName
{
background-color: #C50F41;
}
</style>
border-color css
<style>
span { border-color: #C50F41; }
span { border-color: rgb(197,15,65); }
td.TdClassName
{
border-color: #C50F41;
}
.TagClassName
{
border-color: #C50F41;
}
</style>