Shades of Cardinal #C71238
Tints of Cardinal #C71238
RGB
CMYK
RGB Variations
Color information
#C71238 (or 0xC71238) is known color: Cardinal. HEX triplet: C7, 12 and 38. RGB value is (199,18,56). Sum of RGB (Red+Green+Blue) = 199+18+56=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C71238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71238 is #38EDC7. Grayscale: #4C4C4C. Windows color (decimal): -3730888 or 3674823. OLE color: 3674823.
HSL color Cylindrical-coordinate representation of color #C71238: hue angle of 347.4º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71238 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 56 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.22 |
| HSL | 347.4º | 0.83% | 0.43% | - |
| HSV(B) | 347.4º | 0.91% | 0.78% | - |
| XYZ | 24.48 | 12.86 | 4.93 | - |
| YUV | 76.45 | 116.47 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 56 | 0 | 0.91 | 0.72 | 0.22 | 347.4 | 0.83 | 0.43 |
| Hex | C7 | 12 | 38 | 0 | 5B | 48 | 16 | 15B | 53 | 2B |
| Octal | 307 | 22 | 70 | 0 | 133 | 110 | 26 | 533 | 123 | 53 |
| Binary | 11000111 | 10010 | 111000 | 0 | 1011011 | 1001000 | 10110 | 101011011 | 1010011 | 101011 |
Color Harmonies of #C71238
Complementary color
Monochromatic Colors of #C71238
Black with #C71238
Text Example
Text Example
White with #C71238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71238; }
p { color: rgb(199,18,56); }
H1.HeaderClassName
{
color: #C71238;
}
.AnyTagClassName
{
color: #C71238;
}
</style>
background-color css
<style>
a { background-color: #C71238; }
a { background-color: rgb(199,18,56); }
div.DivClassName
{
background-color: #C71238;
}
.BgClassName
{
background-color: #C71238;
}
</style>
border-color css
<style>
span { border-color: #C71238; }
span { border-color: rgb(199,18,56); }
td.TdClassName
{
border-color: #C71238;
}
.TagClassName
{
border-color: #C71238;
}
</style>