Shades of Cardinal #C71644
Tints of Cardinal #C71644
RGB
CMYK
RGB Variations
Color information
#C71644 (or 0xC71644) is known color: Cardinal. HEX triplet: C7, 16 and 44. RGB value is (199,22,68). Sum of RGB (Red+Green+Blue) = 199+22+68=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C71644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71644 is #38E9BB. Grayscale: #505050. Windows color (decimal): -3729852 or 4462279. OLE color: 4462279.
HSL color Cylindrical-coordinate representation of color #C71644: hue angle of 344.41º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71644 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 68 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.22 |
| HSL | 344.41º | 0.8% | 0.43% | - |
| HSV(B) | 344.41º | 0.89% | 0.78% | - |
| XYZ | 24.88 | 13.13 | 6.69 | - |
| YUV | 80.17 | 121.14 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 68 | 0 | 0.89 | 0.66 | 0.22 | 344.41 | 0.8 | 0.43 |
| Hex | C7 | 16 | 44 | 0 | 59 | 42 | 16 | 158 | 50 | 2B |
| Octal | 307 | 26 | 104 | 0 | 131 | 102 | 26 | 530 | 120 | 53 |
| Binary | 11000111 | 10110 | 1000100 | 0 | 1011001 | 1000010 | 10110 | 101011000 | 1010000 | 101011 |
Color Harmonies of #C71644
Complementary color
Monochromatic Colors of #C71644
Black with #C71644
Text Example
Text Example
White with #C71644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71644; }
p { color: rgb(199,22,68); }
H1.HeaderClassName
{
color: #C71644;
}
.AnyTagClassName
{
color: #C71644;
}
</style>
background-color css
<style>
a { background-color: #C71644; }
a { background-color: rgb(199,22,68); }
div.DivClassName
{
background-color: #C71644;
}
.BgClassName
{
background-color: #C71644;
}
</style>
border-color css
<style>
span { border-color: #C71644; }
span { border-color: rgb(199,22,68); }
td.TdClassName
{
border-color: #C71644;
}
.TagClassName
{
border-color: #C71644;
}
</style>