Shades of Cardinal #C50C3F
Tints of Cardinal #C50C3F
RGB
CMYK
RGB Variations
Color information
#C50C3F (or 0xC50C3F) is known color: Cardinal. HEX triplet: C5, 0C and 3F. RGB value is (197,12,63). Sum of RGB (Red+Green+Blue) = 197+12+63=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50C3F is #3AF3C0. Grayscale: #494949. Windows color (decimal): -3863489 or 4132037. OLE color: 4132037.
HSL color Cylindrical-coordinate representation of color #C50C3F: hue angle of 343.46º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50C3F is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 12 | 63 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.23 |
| HSL | 343.46º | 0.89% | 0.41% | - |
| HSV(B) | 343.46º | 0.94% | 0.77% | - |
| XYZ | 24.05 | 12.49 | 5.85 | - |
| YUV | 73.13 | 122.29 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 63 | 0 | 0.94 | 0.68 | 0.23 | 343.46 | 0.89 | 0.41 |
| Hex | C5 | C | 3F | 0 | 5E | 44 | 17 | 157 | 59 | 29 |
| Octal | 305 | 14 | 77 | 0 | 136 | 104 | 27 | 527 | 131 | 51 |
| Binary | 11000101 | 1100 | 111111 | 0 | 1011110 | 1000100 | 10111 | 101010111 | 1011001 | 101001 |
Color Harmonies of #C50C3F
Complementary color
Monochromatic Colors of #C50C3F
Black with #C50C3F
Text Example
Text Example
White with #C50C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50C3F; }
p { color: rgb(197,12,63); }
H1.HeaderClassName
{
color: #C50C3F;
}
.AnyTagClassName
{
color: #C50C3F;
}
</style>
background-color css
<style>
a { background-color: #C50C3F; }
a { background-color: rgb(197,12,63); }
div.DivClassName
{
background-color: #C50C3F;
}
.BgClassName
{
background-color: #C50C3F;
}
</style>
border-color css
<style>
span { border-color: #C50C3F; }
span { border-color: rgb(197,12,63); }
td.TdClassName
{
border-color: #C50C3F;
}
.TagClassName
{
border-color: #C50C3F;
}
</style>