Shades of Cardinal #C51A3C
Tints of Cardinal #C51A3C
RGB
CMYK
RGB Variations
Color information
#C51A3C (or 0xC51A3C) is known color: Cardinal. HEX triplet: C5, 1A and 3C. RGB value is (197,26,60). Sum of RGB (Red+Green+Blue) = 197+26+60=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51A3C is #3AE5C3. Grayscale: #515151. Windows color (decimal): -3859908 or 3939013. OLE color: 3939013.
HSL color Cylindrical-coordinate representation of color #C51A3C: hue angle of 348.07º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51A3C is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 26 | 60 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.23 |
| HSL | 348.07º | 0.77% | 0.44% | - |
| HSV(B) | 348.07º | 0.87% | 0.77% | - |
| XYZ | 24.21 | 12.94 | 5.5 | - |
| YUV | 81.01 | 116.15 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 60 | 0 | 0.87 | 0.70 | 0.23 | 348.07 | 0.77 | 0.44 |
| Hex | C5 | 1A | 3C | 0 | 57 | 46 | 17 | 15C | 4D | 2C |
| Octal | 305 | 32 | 74 | 0 | 127 | 106 | 27 | 534 | 115 | 54 |
| Binary | 11000101 | 11010 | 111100 | 0 | 1010111 | 1000110 | 10111 | 101011100 | 1001101 | 101100 |
Color Harmonies of #C51A3C
Complementary color
Monochromatic Colors of #C51A3C
Black with #C51A3C
Text Example
Text Example
White with #C51A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51A3C; }
p { color: rgb(197,26,60); }
H1.HeaderClassName
{
color: #C51A3C;
}
.AnyTagClassName
{
color: #C51A3C;
}
</style>
background-color css
<style>
a { background-color: #C51A3C; }
a { background-color: rgb(197,26,60); }
div.DivClassName
{
background-color: #C51A3C;
}
.BgClassName
{
background-color: #C51A3C;
}
</style>
border-color css
<style>
span { border-color: #C51A3C; }
span { border-color: rgb(197,26,60); }
td.TdClassName
{
border-color: #C51A3C;
}
.TagClassName
{
border-color: #C51A3C;
}
</style>