Shades of Cardinal #C7242D
Tints of Cardinal #C7242D
RGB
CMYK
RGB Variations
Color information
#C7242D (or 0xC7242D) is known color: Cardinal. HEX triplet: C7, 24 and 2D. RGB value is (199,36,45). Sum of RGB (Red+Green+Blue) = 199+36+45=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C7242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7242D is #38DBD2. Grayscale: #555555. Windows color (decimal): -3726291 or 2958535. OLE color: 2958535.
HSL color Cylindrical-coordinate representation of color #C7242D: hue angle of 356.69º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7242D is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 45 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.22 |
| HSL | 356.69º | 0.69% | 0.46% | - |
| HSV(B) | 356.69º | 0.82% | 0.78% | - |
| XYZ | 24.66 | 13.59 | 3.81 | - |
| YUV | 85.76 | 105 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 45 | 0 | 0.82 | 0.77 | 0.22 | 356.69 | 0.69 | 0.46 |
| Hex | C7 | 24 | 2D | 0 | 52 | 4D | 16 | 165 | 45 | 2E |
| Octal | 307 | 44 | 55 | 0 | 122 | 115 | 26 | 545 | 105 | 56 |
| Binary | 11000111 | 100100 | 101101 | 0 | 1010010 | 1001101 | 10110 | 101100101 | 1000101 | 101110 |
Color Harmonies of #C7242D
Complementary color
Monochromatic Colors of #C7242D
Black with #C7242D
Text Example
Text Example
White with #C7242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7242D; }
p { color: rgb(199,36,45); }
H1.HeaderClassName
{
color: #C7242D;
}
.AnyTagClassName
{
color: #C7242D;
}
</style>
background-color css
<style>
a { background-color: #C7242D; }
a { background-color: rgb(199,36,45); }
div.DivClassName
{
background-color: #C7242D;
}
.BgClassName
{
background-color: #C7242D;
}
</style>
border-color css
<style>
span { border-color: #C7242D; }
span { border-color: rgb(199,36,45); }
td.TdClassName
{
border-color: #C7242D;
}
.TagClassName
{
border-color: #C7242D;
}
</style>