Shades of Cardinal #C50936
Tints of Cardinal #C50936
RGB
CMYK
RGB Variations
Color information
#C50936 (or 0xC50936) is known color: Cardinal. HEX triplet: C5, 09 and 36. RGB value is (197,9,54). Sum of RGB (Red+Green+Blue) = 197+9+54=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C50936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50936 is #3AF6C9. Grayscale: #464646. Windows color (decimal): -3864266 or 3541445. OLE color: 3541445.
HSL color Cylindrical-coordinate representation of color #C50936: hue angle of 345.64º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50936 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 54 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.23 |
| HSL | 345.64º | 0.91% | 0.4% | - |
| HSV(B) | 345.64º | 0.95% | 0.77% | - |
| XYZ | 23.79 | 12.33 | 4.62 | - |
| YUV | 70.34 | 118.78 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 54 | 0 | 0.95 | 0.73 | 0.23 | 345.64 | 0.91 | 0.4 |
| Hex | C5 | 9 | 36 | 0 | 5F | 49 | 17 | 15A | 5B | 28 |
| Octal | 305 | 11 | 66 | 0 | 137 | 111 | 27 | 532 | 133 | 50 |
| Binary | 11000101 | 1001 | 110110 | 0 | 1011111 | 1001001 | 10111 | 101011010 | 1011011 | 101000 |
Color Harmonies of #C50936
Complementary color
Monochromatic Colors of #C50936
Black with #C50936
Text Example
Text Example
White with #C50936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50936; }
p { color: rgb(197,9,54); }
H1.HeaderClassName
{
color: #C50936;
}
.AnyTagClassName
{
color: #C50936;
}
</style>
background-color css
<style>
a { background-color: #C50936; }
a { background-color: rgb(197,9,54); }
div.DivClassName
{
background-color: #C50936;
}
.BgClassName
{
background-color: #C50936;
}
</style>
border-color css
<style>
span { border-color: #C50936; }
span { border-color: rgb(197,9,54); }
td.TdClassName
{
border-color: #C50936;
}
.TagClassName
{
border-color: #C50936;
}
</style>