Shades of Cardinal #C51234
Tints of Cardinal #C51234
RGB
CMYK
RGB Variations
Color information
#C51234 (or 0xC51234) is known color: Cardinal. HEX triplet: C5, 12 and 34. RGB value is (197,18,52). Sum of RGB (Red+Green+Blue) = 197+18+52=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C51234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51234 is #3AEDCB. Grayscale: #4B4B4B. Windows color (decimal): -3861964 or 3412677. OLE color: 3412677.
HSL color Cylindrical-coordinate representation of color #C51234: hue angle of 348.6º 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 #C51234 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 52 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.23 |
| HSL | 348.6º | 0.83% | 0.42% | - |
| HSV(B) | 348.6º | 0.91% | 0.77% | - |
| XYZ | 23.86 | 12.55 | 4.41 | - |
| YUV | 75.4 | 114.8 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 52 | 0 | 0.91 | 0.74 | 0.23 | 348.6 | 0.83 | 0.42 |
| Hex | C5 | 12 | 34 | 0 | 5B | 4A | 17 | 15D | 53 | 2A |
| Octal | 305 | 22 | 64 | 0 | 133 | 112 | 27 | 535 | 123 | 52 |
| Binary | 11000101 | 10010 | 110100 | 0 | 1011011 | 1001010 | 10111 | 101011101 | 1010011 | 101010 |
Color Harmonies of #C51234
Complementary color
Monochromatic Colors of #C51234
Black with #C51234
Text Example
Text Example
White with #C51234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51234; }
p { color: rgb(197,18,52); }
H1.HeaderClassName
{
color: #C51234;
}
.AnyTagClassName
{
color: #C51234;
}
</style>
background-color css
<style>
a { background-color: #C51234; }
a { background-color: rgb(197,18,52); }
div.DivClassName
{
background-color: #C51234;
}
.BgClassName
{
background-color: #C51234;
}
</style>
border-color css
<style>
span { border-color: #C51234; }
span { border-color: rgb(197,18,52); }
td.TdClassName
{
border-color: #C51234;
}
.TagClassName
{
border-color: #C51234;
}
</style>