Shades of Cardinal #C50E32
Tints of Cardinal #C50E32
RGB
CMYK
RGB Variations
Color information
#C50E32 (or 0xC50E32) is known color: Cardinal. HEX triplet: C5, 0E and 32. RGB value is (197,14,50). Sum of RGB (Red+Green+Blue) = 197+14+50=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50E32 is #3AF1CD. Grayscale: #484848. Windows color (decimal): -3862990 or 3280581. OLE color: 3280581.
HSL color Cylindrical-coordinate representation of color #C50E32: hue angle of 348.2º 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 #C50E32 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 14 | 50 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.23 |
| HSL | 348.2º | 0.87% | 0.41% | - |
| HSV(B) | 348.2º | 0.93% | 0.77% | - |
| XYZ | 23.76 | 12.41 | 4.16 | - |
| YUV | 72.82 | 115.13 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 50 | 0 | 0.93 | 0.75 | 0.23 | 348.2 | 0.87 | 0.41 |
| Hex | C5 | E | 32 | 0 | 5D | 4B | 17 | 15C | 57 | 29 |
| Octal | 305 | 16 | 62 | 0 | 135 | 113 | 27 | 534 | 127 | 51 |
| Binary | 11000101 | 1110 | 110010 | 0 | 1011101 | 1001011 | 10111 | 101011100 | 1010111 | 101001 |
Color Harmonies of #C50E32
Complementary color
Monochromatic Colors of #C50E32
Black with #C50E32
Text Example
Text Example
White with #C50E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50E32; }
p { color: rgb(197,14,50); }
H1.HeaderClassName
{
color: #C50E32;
}
.AnyTagClassName
{
color: #C50E32;
}
</style>
background-color css
<style>
a { background-color: #C50E32; }
a { background-color: rgb(197,14,50); }
div.DivClassName
{
background-color: #C50E32;
}
.BgClassName
{
background-color: #C50E32;
}
</style>
border-color css
<style>
span { border-color: #C50E32; }
span { border-color: rgb(197,14,50); }
td.TdClassName
{
border-color: #C50E32;
}
.TagClassName
{
border-color: #C50E32;
}
</style>