Shades of Cardinal #C5123F
Tints of Cardinal #C5123F
RGB
CMYK
RGB Variations
Color information
#C5123F (or 0xC5123F) is known color: Cardinal. HEX triplet: C5, 12 and 3F. RGB value is (197,18,63). Sum of RGB (Red+Green+Blue) = 197+18+63=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C5123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5123F is #3AEDC0. Grayscale: #4C4C4C. Windows color (decimal): -3861953 or 4133573. OLE color: 4133573.
HSL color Cylindrical-coordinate representation of color #C5123F: hue angle of 344.92º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5123F is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 63 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.23 |
| HSL | 344.92º | 0.83% | 0.42% | - |
| HSV(B) | 344.92º | 0.91% | 0.77% | - |
| XYZ | 24.14 | 12.66 | 5.87 | - |
| YUV | 76.65 | 120.3 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 63 | 0 | 0.91 | 0.68 | 0.23 | 344.92 | 0.83 | 0.42 |
| Hex | C5 | 12 | 3F | 0 | 5B | 44 | 17 | 159 | 53 | 2A |
| Octal | 305 | 22 | 77 | 0 | 133 | 104 | 27 | 531 | 123 | 52 |
| Binary | 11000101 | 10010 | 111111 | 0 | 1011011 | 1000100 | 10111 | 101011001 | 1010011 | 101010 |
Color Harmonies of #C5123F
Complementary color
Monochromatic Colors of #C5123F
Black with #C5123F
Text Example
Text Example
White with #C5123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5123F; }
p { color: rgb(197,18,63); }
H1.HeaderClassName
{
color: #C5123F;
}
.AnyTagClassName
{
color: #C5123F;
}
</style>
background-color css
<style>
a { background-color: #C5123F; }
a { background-color: rgb(197,18,63); }
div.DivClassName
{
background-color: #C5123F;
}
.BgClassName
{
background-color: #C5123F;
}
</style>
border-color css
<style>
span { border-color: #C5123F; }
span { border-color: rgb(197,18,63); }
td.TdClassName
{
border-color: #C5123F;
}
.TagClassName
{
border-color: #C5123F;
}
</style>