Shades of Cardinal #C71C49
Tints of Cardinal #C71C49
RGB
CMYK
RGB Variations
Color information
#C71C49 (or 0xC71C49) is known color: Cardinal. HEX triplet: C7, 1C and 49. RGB value is (199,28,73). Sum of RGB (Red+Green+Blue) = 199+28+73=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C71C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71C49 is #38E3B6. Grayscale: #545454. Windows color (decimal): -3728311 or 4791495. OLE color: 4791495.
HSL color Cylindrical-coordinate representation of color #C71C49: hue angle of 344.21º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71C49 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 28 | 73 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.22 |
| HSL | 344.21º | 0.75% | 0.45% | - |
| HSV(B) | 344.21º | 0.86% | 0.78% | - |
| XYZ | 25.17 | 13.45 | 7.57 | - |
| YUV | 84.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 73 | 0 | 0.86 | 0.63 | 0.22 | 344.21 | 0.75 | 0.45 |
| Hex | C7 | 1C | 49 | 0 | 56 | 3F | 16 | 158 | 4B | 2D |
| Octal | 307 | 34 | 111 | 0 | 126 | 77 | 26 | 530 | 113 | 55 |
| Binary | 11000111 | 11100 | 1001001 | 0 | 1010110 | 111111 | 10110 | 101011000 | 1001011 | 101101 |
Color Harmonies of #C71C49
Complementary color
Monochromatic Colors of #C71C49
Black with #C71C49
Text Example
Text Example
White with #C71C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71C49; }
p { color: rgb(199,28,73); }
H1.HeaderClassName
{
color: #C71C49;
}
.AnyTagClassName
{
color: #C71C49;
}
</style>
background-color css
<style>
a { background-color: #C71C49; }
a { background-color: rgb(199,28,73); }
div.DivClassName
{
background-color: #C71C49;
}
.BgClassName
{
background-color: #C71C49;
}
</style>
border-color css
<style>
span { border-color: #C71C49; }
span { border-color: rgb(199,28,73); }
td.TdClassName
{
border-color: #C71C49;
}
.TagClassName
{
border-color: #C71C49;
}
</style>