Shades of Cardinal #C51334
Tints of Cardinal #C51334
RGB
CMYK
RGB Variations
Color information
#C51334 (or 0xC51334) is known color: Cardinal. HEX triplet: C5, 13 and 34. RGB value is (197,19,52). Sum of RGB (Red+Green+Blue) = 197+19+52=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C51334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51334 is #3AECCB. Grayscale: #4C4C4C. Windows color (decimal): -3861708 or 3412933. OLE color: 3412933.
HSL color Cylindrical-coordinate representation of color #C51334: hue angle of 348.88º 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 #C51334 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 52 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.23 |
| HSL | 348.88º | 0.82% | 0.42% | - |
| HSV(B) | 348.88º | 0.9% | 0.77% | - |
| XYZ | 23.88 | 12.58 | 4.42 | - |
| YUV | 75.98 | 114.47 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 52 | 0 | 0.90 | 0.74 | 0.23 | 348.88 | 0.82 | 0.42 |
| Hex | C5 | 13 | 34 | 0 | 5A | 4A | 17 | 15D | 52 | 2A |
| Octal | 305 | 23 | 64 | 0 | 132 | 112 | 27 | 535 | 122 | 52 |
| Binary | 11000101 | 10011 | 110100 | 0 | 1011010 | 1001010 | 10111 | 101011101 | 1010010 | 101010 |
Color Harmonies of #C51334
Complementary color
Monochromatic Colors of #C51334
Black with #C51334
Text Example
Text Example
White with #C51334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51334; }
p { color: rgb(197,19,52); }
H1.HeaderClassName
{
color: #C51334;
}
.AnyTagClassName
{
color: #C51334;
}
</style>
background-color css
<style>
a { background-color: #C51334; }
a { background-color: rgb(197,19,52); }
div.DivClassName
{
background-color: #C51334;
}
.BgClassName
{
background-color: #C51334;
}
</style>
border-color css
<style>
span { border-color: #C51334; }
span { border-color: rgb(197,19,52); }
td.TdClassName
{
border-color: #C51334;
}
.TagClassName
{
border-color: #C51334;
}
</style>