Shades of Cardinal #C50E41
Tints of Cardinal #C50E41
RGB
CMYK
RGB Variations
Color information
#C50E41 (or 0xC50E41) is known color: Cardinal. HEX triplet: C5, 0E and 41. RGB value is (197,14,65). Sum of RGB (Red+Green+Blue) = 197+14+65=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50E41 is #3AF1BE. Grayscale: #4A4A4A. Windows color (decimal): -3862975 or 4263621. OLE color: 4263621.
HSL color Cylindrical-coordinate representation of color #C50E41: hue angle of 343.28º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50E41 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 14 | 65 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.23 |
| HSL | 343.28º | 0.87% | 0.41% | - |
| HSV(B) | 343.28º | 0.93% | 0.77% | - |
| XYZ | 24.14 | 12.57 | 6.15 | - |
| YUV | 74.53 | 122.63 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 65 | 0 | 0.93 | 0.67 | 0.23 | 343.28 | 0.87 | 0.41 |
| Hex | C5 | E | 41 | 0 | 5D | 43 | 17 | 157 | 57 | 29 |
| Octal | 305 | 16 | 101 | 0 | 135 | 103 | 27 | 527 | 127 | 51 |
| Binary | 11000101 | 1110 | 1000001 | 0 | 1011101 | 1000011 | 10111 | 101010111 | 1010111 | 101001 |
Color Harmonies of #C50E41
Complementary color
Monochromatic Colors of #C50E41
Black with #C50E41
Text Example
Text Example
White with #C50E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50E41; }
p { color: rgb(197,14,65); }
H1.HeaderClassName
{
color: #C50E41;
}
.AnyTagClassName
{
color: #C50E41;
}
</style>
background-color css
<style>
a { background-color: #C50E41; }
a { background-color: rgb(197,14,65); }
div.DivClassName
{
background-color: #C50E41;
}
.BgClassName
{
background-color: #C50E41;
}
</style>
border-color css
<style>
span { border-color: #C50E41; }
span { border-color: rgb(197,14,65); }
td.TdClassName
{
border-color: #C50E41;
}
.TagClassName
{
border-color: #C50E41;
}
</style>