Shades of Cardinal #C51C3A
Tints of Cardinal #C51C3A
RGB
CMYK
RGB Variations
Color information
#C51C3A (or 0xC51C3A) is known color: Cardinal. HEX triplet: C5, 1C and 3A. RGB value is (197,28,58). Sum of RGB (Red+Green+Blue) = 197+28+58=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51C3A is #3AE3C5. Grayscale: #515151. Windows color (decimal): -3859398 or 3808453. OLE color: 3808453.
HSL color Cylindrical-coordinate representation of color #C51C3A: hue angle of 349.35º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51C3A is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 28 | 58 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.23 |
| HSL | 349.35º | 0.75% | 0.44% | - |
| HSV(B) | 349.35º | 0.86% | 0.77% | - |
| XYZ | 24.2 | 13.01 | 5.24 | - |
| YUV | 81.95 | 114.49 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 58 | 0 | 0.86 | 0.71 | 0.23 | 349.35 | 0.75 | 0.44 |
| Hex | C5 | 1C | 3A | 0 | 56 | 47 | 17 | 15D | 4B | 2C |
| Octal | 305 | 34 | 72 | 0 | 126 | 107 | 27 | 535 | 113 | 54 |
| Binary | 11000101 | 11100 | 111010 | 0 | 1010110 | 1000111 | 10111 | 101011101 | 1001011 | 101100 |
Color Harmonies of #C51C3A
Complementary color
Monochromatic Colors of #C51C3A
Black with #C51C3A
Text Example
Text Example
White with #C51C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51C3A; }
p { color: rgb(197,28,58); }
H1.HeaderClassName
{
color: #C51C3A;
}
.AnyTagClassName
{
color: #C51C3A;
}
</style>
background-color css
<style>
a { background-color: #C51C3A; }
a { background-color: rgb(197,28,58); }
div.DivClassName
{
background-color: #C51C3A;
}
.BgClassName
{
background-color: #C51C3A;
}
</style>
border-color css
<style>
span { border-color: #C51C3A; }
span { border-color: rgb(197,28,58); }
td.TdClassName
{
border-color: #C51C3A;
}
.TagClassName
{
border-color: #C51C3A;
}
</style>