Shades of Cardinal #C51344
Tints of Cardinal #C51344
RGB
CMYK
RGB Variations
Color information
#C51344 (or 0xC51344) is known color: Cardinal. HEX triplet: C5, 13 and 44. RGB value is (197,19,68). Sum of RGB (Red+Green+Blue) = 197+19+68=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C51344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51344 is #3AECBB. Grayscale: #4D4D4D. Windows color (decimal): -3861692 or 4461509. OLE color: 4461509.
HSL color Cylindrical-coordinate representation of color #C51344: hue angle of 343.48º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51344 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 68 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.23 |
| HSL | 343.48º | 0.82% | 0.42% | - |
| HSV(B) | 343.48º | 0.9% | 0.77% | - |
| XYZ | 24.3 | 12.75 | 6.65 | - |
| YUV | 77.81 | 122.47 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 68 | 0 | 0.90 | 0.65 | 0.23 | 343.48 | 0.82 | 0.42 |
| Hex | C5 | 13 | 44 | 0 | 5A | 41 | 17 | 157 | 52 | 2A |
| Octal | 305 | 23 | 104 | 0 | 132 | 101 | 27 | 527 | 122 | 52 |
| Binary | 11000101 | 10011 | 1000100 | 0 | 1011010 | 1000001 | 10111 | 101010111 | 1010010 | 101010 |
Color Harmonies of #C51344
Complementary color
Monochromatic Colors of #C51344
Black with #C51344
Text Example
Text Example
White with #C51344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51344; }
p { color: rgb(197,19,68); }
H1.HeaderClassName
{
color: #C51344;
}
.AnyTagClassName
{
color: #C51344;
}
</style>
background-color css
<style>
a { background-color: #C51344; }
a { background-color: rgb(197,19,68); }
div.DivClassName
{
background-color: #C51344;
}
.BgClassName
{
background-color: #C51344;
}
</style>
border-color css
<style>
span { border-color: #C51344; }
span { border-color: rgb(197,19,68); }
td.TdClassName
{
border-color: #C51344;
}
.TagClassName
{
border-color: #C51344;
}
</style>