Shades of Cardinal #C51441
Tints of Cardinal #C51441
RGB
CMYK
RGB Variations
Color information
#C51441 (or 0xC51441) is known color: Cardinal. HEX triplet: C5, 14 and 41. RGB value is (197,20,65). Sum of RGB (Red+Green+Blue) = 197+20+65=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C51441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51441 is #3AEBBE. Grayscale: #4E4E4E. Windows color (decimal): -3861439 or 4265157. OLE color: 4265157.
HSL color Cylindrical-coordinate representation of color #C51441: hue angle of 344.75º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51441 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 65 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.23 |
| HSL | 344.75º | 0.82% | 0.43% | - |
| HSV(B) | 344.75º | 0.9% | 0.77% | - |
| XYZ | 24.23 | 12.75 | 6.19 | - |
| YUV | 78.05 | 120.64 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 65 | 0 | 0.90 | 0.67 | 0.23 | 344.75 | 0.82 | 0.43 |
| Hex | C5 | 14 | 41 | 0 | 5A | 43 | 17 | 159 | 52 | 2B |
| Octal | 305 | 24 | 101 | 0 | 132 | 103 | 27 | 531 | 122 | 53 |
| Binary | 11000101 | 10100 | 1000001 | 0 | 1011010 | 1000011 | 10111 | 101011001 | 1010010 | 101011 |
Color Harmonies of #C51441
Complementary color
Monochromatic Colors of #C51441
Black with #C51441
Text Example
Text Example
White with #C51441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51441; }
p { color: rgb(197,20,65); }
H1.HeaderClassName
{
color: #C51441;
}
.AnyTagClassName
{
color: #C51441;
}
</style>
background-color css
<style>
a { background-color: #C51441; }
a { background-color: rgb(197,20,65); }
div.DivClassName
{
background-color: #C51441;
}
.BgClassName
{
background-color: #C51441;
}
</style>
border-color css
<style>
span { border-color: #C51441; }
span { border-color: rgb(197,20,65); }
td.TdClassName
{
border-color: #C51441;
}
.TagClassName
{
border-color: #C51441;
}
</style>