Shades of Cardinal #C72242
Tints of Cardinal #C72242
RGB
CMYK
RGB Variations
Color information
#C72242 (or 0xC72242) is known color: Cardinal. HEX triplet: C7, 22 and 42. RGB value is (199,34,66). Sum of RGB (Red+Green+Blue) = 199+34+66=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C72242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72242 is #38DDBD. Grayscale: #575757. Windows color (decimal): -3726782 or 4334279. OLE color: 4334279.
HSL color Cylindrical-coordinate representation of color #C72242: hue angle of 348.36º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C72242 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 66 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.22 |
| HSL | 348.36º | 0.71% | 0.46% | - |
| HSV(B) | 348.36º | 0.83% | 0.78% | - |
| XYZ | 25.11 | 13.68 | 6.47 | - |
| YUV | 86.98 | 116.16 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 66 | 0 | 0.83 | 0.67 | 0.22 | 348.36 | 0.71 | 0.46 |
| Hex | C7 | 22 | 42 | 0 | 53 | 43 | 16 | 15C | 47 | 2E |
| Octal | 307 | 42 | 102 | 0 | 123 | 103 | 26 | 534 | 107 | 56 |
| Binary | 11000111 | 100010 | 1000010 | 0 | 1010011 | 1000011 | 10110 | 101011100 | 1000111 | 101110 |
Color Harmonies of #C72242
Complementary color
Monochromatic Colors of #C72242
Black with #C72242
Text Example
Text Example
White with #C72242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72242; }
p { color: rgb(199,34,66); }
H1.HeaderClassName
{
color: #C72242;
}
.AnyTagClassName
{
color: #C72242;
}
</style>
background-color css
<style>
a { background-color: #C72242; }
a { background-color: rgb(199,34,66); }
div.DivClassName
{
background-color: #C72242;
}
.BgClassName
{
background-color: #C72242;
}
</style>
border-color css
<style>
span { border-color: #C72242; }
span { border-color: rgb(199,34,66); }
td.TdClassName
{
border-color: #C72242;
}
.TagClassName
{
border-color: #C72242;
}
</style>