Shades of Cardinal #C72136
Tints of Cardinal #C72136
RGB
CMYK
RGB Variations
Color information
#C72136 (or 0xC72136) is known color: Cardinal. HEX triplet: C7, 21 and 36. RGB value is (199,33,54). Sum of RGB (Red+Green+Blue) = 199+33+54=286 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.58% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 199 - color contains mainly: red. Hex color #C72136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72136 is #38DEC9. Grayscale: #555555. Windows color (decimal): -3727050 or 3547591. OLE color: 3547591.
HSL color Cylindrical-coordinate representation of color #C72136: hue angle of 352.41º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C72136 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 54 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.22 |
| HSL | 352.41º | 0.72% | 0.45% | - |
| HSV(B) | 352.41º | 0.83% | 0.78% | - |
| XYZ | 24.76 | 13.5 | 4.79 | - |
| YUV | 85.03 | 110.5 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 54 | 0 | 0.83 | 0.73 | 0.22 | 352.41 | 0.72 | 0.45 |
| Hex | C7 | 21 | 36 | 0 | 53 | 49 | 16 | 160 | 48 | 2D |
| Octal | 307 | 41 | 66 | 0 | 123 | 111 | 26 | 540 | 110 | 55 |
| Binary | 11000111 | 100001 | 110110 | 0 | 1010011 | 1001001 | 10110 | 101100000 | 1001000 | 101101 |
Color Harmonies of #C72136
Complementary color
Monochromatic Colors of #C72136
Black with #C72136
Text Example
Text Example
White with #C72136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72136; }
p { color: rgb(199,33,54); }
H1.HeaderClassName
{
color: #C72136;
}
.AnyTagClassName
{
color: #C72136;
}
</style>
background-color css
<style>
a { background-color: #C72136; }
a { background-color: rgb(199,33,54); }
div.DivClassName
{
background-color: #C72136;
}
.BgClassName
{
background-color: #C72136;
}
</style>
border-color css
<style>
span { border-color: #C72136; }
span { border-color: rgb(199,33,54); }
td.TdClassName
{
border-color: #C72136;
}
.TagClassName
{
border-color: #C72136;
}
</style>