Shades of Cardinal #C51445
Tints of Cardinal #C51445
RGB
CMYK
RGB Variations
Color information
#C51445 (or 0xC51445) is known color: Cardinal. HEX triplet: C5, 14 and 45. RGB value is (197,20,69). Sum of RGB (Red+Green+Blue) = 197+20+69=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C51445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51445 is #3AEBBA. Grayscale: #4E4E4E. Windows color (decimal): -3861435 or 4527301. OLE color: 4527301.
HSL color Cylindrical-coordinate representation of color #C51445: hue angle of 343.39º 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 #C51445 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 69 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.23 |
| HSL | 343.39º | 0.82% | 0.43% | - |
| HSV(B) | 343.39º | 0.9% | 0.77% | - |
| XYZ | 24.35 | 12.8 | 6.82 | - |
| YUV | 78.51 | 122.64 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 69 | 0 | 0.90 | 0.65 | 0.23 | 343.39 | 0.82 | 0.43 |
| Hex | C5 | 14 | 45 | 0 | 5A | 41 | 17 | 157 | 52 | 2B |
| Octal | 305 | 24 | 105 | 0 | 132 | 101 | 27 | 527 | 122 | 53 |
| Binary | 11000101 | 10100 | 1000101 | 0 | 1011010 | 1000001 | 10111 | 101010111 | 1010010 | 101011 |
Color Harmonies of #C51445
Complementary color
Monochromatic Colors of #C51445
Black with #C51445
Text Example
Text Example
White with #C51445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51445; }
p { color: rgb(197,20,69); }
H1.HeaderClassName
{
color: #C51445;
}
.AnyTagClassName
{
color: #C51445;
}
</style>
background-color css
<style>
a { background-color: #C51445; }
a { background-color: rgb(197,20,69); }
div.DivClassName
{
background-color: #C51445;
}
.BgClassName
{
background-color: #C51445;
}
</style>
border-color css
<style>
span { border-color: #C51445; }
span { border-color: rgb(197,20,69); }
td.TdClassName
{
border-color: #C51445;
}
.TagClassName
{
border-color: #C51445;
}
</style>