Shades of Cardinal #C72436
Tints of Cardinal #C72436
RGB
CMYK
RGB Variations
Color information
#C72436 (or 0xC72436) is known color: Cardinal. HEX triplet: C7, 24 and 36. RGB value is (199,36,54). Sum of RGB (Red+Green+Blue) = 199+36+54=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C72436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72436 is #38DBC9. Grayscale: #565656. Windows color (decimal): -3726282 or 3548359. OLE color: 3548359.
HSL color Cylindrical-coordinate representation of color #C72436: hue angle of 353.37º 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 #C72436 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 54 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.22 |
| HSL | 353.37º | 0.69% | 0.46% | - |
| HSV(B) | 353.37º | 0.82% | 0.78% | - |
| XYZ | 24.85 | 13.67 | 4.82 | - |
| YUV | 86.79 | 109.5 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 54 | 0 | 0.82 | 0.73 | 0.22 | 353.37 | 0.69 | 0.46 |
| Hex | C7 | 24 | 36 | 0 | 52 | 49 | 16 | 161 | 45 | 2E |
| Octal | 307 | 44 | 66 | 0 | 122 | 111 | 26 | 541 | 105 | 56 |
| Binary | 11000111 | 100100 | 110110 | 0 | 1010010 | 1001001 | 10110 | 101100001 | 1000101 | 101110 |
Color Harmonies of #C72436
Complementary color
Monochromatic Colors of #C72436
Black with #C72436
Text Example
Text Example
White with #C72436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72436; }
p { color: rgb(199,36,54); }
H1.HeaderClassName
{
color: #C72436;
}
.AnyTagClassName
{
color: #C72436;
}
</style>
background-color css
<style>
a { background-color: #C72436; }
a { background-color: rgb(199,36,54); }
div.DivClassName
{
background-color: #C72436;
}
.BgClassName
{
background-color: #C72436;
}
</style>
border-color css
<style>
span { border-color: #C72436; }
span { border-color: rgb(199,36,54); }
td.TdClassName
{
border-color: #C72436;
}
.TagClassName
{
border-color: #C72436;
}
</style>