Shades of Cardinal #C50D43
Tints of Cardinal #C50D43
RGB
CMYK
RGB Variations
Color information
#C50D43 (or 0xC50D43) is known color: Cardinal. HEX triplet: C5, 0D and 43. RGB value is (197,13,67). Sum of RGB (Red+Green+Blue) = 197+13+67=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50D43 is #3AF2BC. Grayscale: #4A4A4A. Windows color (decimal): -3863229 or 4394437. OLE color: 4394437.
HSL color Cylindrical-coordinate representation of color #C50D43: hue angle of 342.39º degrees, saturation: 0.88, 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 #C50D43 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 13 | 67 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.23 |
| HSL | 342.39º | 0.88% | 0.41% | - |
| HSV(B) | 342.39º | 0.93% | 0.77% | - |
| XYZ | 24.18 | 12.56 | 6.46 | - |
| YUV | 74.17 | 123.96 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 67 | 0 | 0.93 | 0.66 | 0.23 | 342.39 | 0.88 | 0.41 |
| Hex | C5 | D | 43 | 0 | 5D | 42 | 17 | 156 | 58 | 29 |
| Octal | 305 | 15 | 103 | 0 | 135 | 102 | 27 | 526 | 130 | 51 |
| Binary | 11000101 | 1101 | 1000011 | 0 | 1011101 | 1000010 | 10111 | 101010110 | 1011000 | 101001 |
Color Harmonies of #C50D43
Complementary color
Monochromatic Colors of #C50D43
Black with #C50D43
Text Example
Text Example
White with #C50D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50D43; }
p { color: rgb(197,13,67); }
H1.HeaderClassName
{
color: #C50D43;
}
.AnyTagClassName
{
color: #C50D43;
}
</style>
background-color css
<style>
a { background-color: #C50D43; }
a { background-color: rgb(197,13,67); }
div.DivClassName
{
background-color: #C50D43;
}
.BgClassName
{
background-color: #C50D43;
}
</style>
border-color css
<style>
span { border-color: #C50D43; }
span { border-color: rgb(197,13,67); }
td.TdClassName
{
border-color: #C50D43;
}
.TagClassName
{
border-color: #C50D43;
}
</style>