Shades of Cardinal #C61445
Tints of Cardinal #C61445
RGB
CMYK
RGB Variations
Color information
#C61445 (or 0xC61445) is known color: Cardinal. HEX triplet: C6, 14 and 45. RGB value is (198,20,69). Sum of RGB (Red+Green+Blue) = 198+20+69=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C61445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61445 is #39EBBA. Grayscale: #4E4E4E. Windows color (decimal): -3795899 or 4527302. OLE color: 4527302.
HSL color Cylindrical-coordinate representation of color #C61445: hue angle of 343.48º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61445 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 69 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.22 |
| HSL | 343.48º | 0.82% | 0.43% | - |
| HSV(B) | 343.48º | 0.9% | 0.78% | - |
| XYZ | 24.61 | 12.94 | 6.83 | - |
| YUV | 78.81 | 122.47 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 69 | 0 | 0.90 | 0.65 | 0.22 | 343.48 | 0.82 | 0.43 |
| Hex | C6 | 14 | 45 | 0 | 5A | 41 | 16 | 157 | 52 | 2B |
| Octal | 306 | 24 | 105 | 0 | 132 | 101 | 26 | 527 | 122 | 53 |
| Binary | 11000110 | 10100 | 1000101 | 0 | 1011010 | 1000001 | 10110 | 101010111 | 1010010 | 101011 |
Color Harmonies of #C61445
Complementary color
Monochromatic Colors of #C61445
Black with #C61445
Text Example
Text Example
White with #C61445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61445; }
p { color: rgb(198,20,69); }
H1.HeaderClassName
{
color: #C61445;
}
.AnyTagClassName
{
color: #C61445;
}
</style>
background-color css
<style>
a { background-color: #C61445; }
a { background-color: rgb(198,20,69); }
div.DivClassName
{
background-color: #C61445;
}
.BgClassName
{
background-color: #C61445;
}
</style>
border-color css
<style>
span { border-color: #C61445; }
span { border-color: rgb(198,20,69); }
td.TdClassName
{
border-color: #C61445;
}
.TagClassName
{
border-color: #C61445;
}
</style>