Shades of Cardinal #C5123D
Tints of Cardinal #C5123D
RGB
CMYK
RGB Variations
Color information
#C5123D (or 0xC5123D) is known color: Cardinal. HEX triplet: C5, 12 and 3D. RGB value is (197,18,61). Sum of RGB (Red+Green+Blue) = 197+18+61=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5123D is #3AEDC2. Grayscale: #4C4C4C. Windows color (decimal): -3861955 or 4002501. OLE color: 4002501.
HSL color Cylindrical-coordinate representation of color #C5123D: hue angle of 345.59º 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 #C5123D is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 61 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.23 |
| HSL | 345.59º | 0.83% | 0.42% | - |
| HSV(B) | 345.59º | 0.91% | 0.77% | - |
| XYZ | 24.08 | 12.64 | 5.59 | - |
| YUV | 76.42 | 119.3 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 61 | 0 | 0.91 | 0.69 | 0.23 | 345.59 | 0.83 | 0.42 |
| Hex | C5 | 12 | 3D | 0 | 5B | 45 | 17 | 15A | 53 | 2A |
| Octal | 305 | 22 | 75 | 0 | 133 | 105 | 27 | 532 | 123 | 52 |
| Binary | 11000101 | 10010 | 111101 | 0 | 1011011 | 1000101 | 10111 | 101011010 | 1010011 | 101010 |
Color Harmonies of #C5123D
Complementary color
Monochromatic Colors of #C5123D
Black with #C5123D
Text Example
Text Example
White with #C5123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5123D; }
p { color: rgb(197,18,61); }
H1.HeaderClassName
{
color: #C5123D;
}
.AnyTagClassName
{
color: #C5123D;
}
</style>
background-color css
<style>
a { background-color: #C5123D; }
a { background-color: rgb(197,18,61); }
div.DivClassName
{
background-color: #C5123D;
}
.BgClassName
{
background-color: #C5123D;
}
</style>
border-color css
<style>
span { border-color: #C5123D; }
span { border-color: rgb(197,18,61); }
td.TdClassName
{
border-color: #C5123D;
}
.TagClassName
{
border-color: #C5123D;
}
</style>