Shades of Cardinal #C71840
Tints of Cardinal #C71840
RGB
CMYK
RGB Variations
Color information
#C71840 (or 0xC71840) is known color: Cardinal. HEX triplet: C7, 18 and 40. RGB value is (199,24,64). Sum of RGB (Red+Green+Blue) = 199+24+64=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C71840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71840 is #38E7BF. Grayscale: #505050. Windows color (decimal): -3729344 or 4200647. OLE color: 4200647.
HSL color Cylindrical-coordinate representation of color #C71840: hue angle of 346.29º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71840 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 64 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.22 |
| HSL | 346.29º | 0.78% | 0.44% | - |
| HSV(B) | 346.29º | 0.88% | 0.78% | - |
| XYZ | 24.81 | 13.17 | 6.08 | - |
| YUV | 80.89 | 118.48 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 64 | 0 | 0.88 | 0.68 | 0.22 | 346.29 | 0.78 | 0.44 |
| Hex | C7 | 18 | 40 | 0 | 58 | 44 | 16 | 15A | 4E | 2C |
| Octal | 307 | 30 | 100 | 0 | 130 | 104 | 26 | 532 | 116 | 54 |
| Binary | 11000111 | 11000 | 1000000 | 0 | 1011000 | 1000100 | 10110 | 101011010 | 1001110 | 101100 |
Color Harmonies of #C71840
Complementary color
Monochromatic Colors of #C71840
Black with #C71840
Text Example
Text Example
White with #C71840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71840; }
p { color: rgb(199,24,64); }
H1.HeaderClassName
{
color: #C71840;
}
.AnyTagClassName
{
color: #C71840;
}
</style>
background-color css
<style>
a { background-color: #C71840; }
a { background-color: rgb(199,24,64); }
div.DivClassName
{
background-color: #C71840;
}
.BgClassName
{
background-color: #C71840;
}
</style>
border-color css
<style>
span { border-color: #C71840; }
span { border-color: rgb(199,24,64); }
td.TdClassName
{
border-color: #C71840;
}
.TagClassName
{
border-color: #C71840;
}
</style>