Shades of Cardinal #C72237
Tints of Cardinal #C72237
RGB
CMYK
RGB Variations
Color information
#C72237 (or 0xC72237) is known color: Cardinal. HEX triplet: C7, 22 and 37. RGB value is (199,34,55). Sum of RGB (Red+Green+Blue) = 199+34+55=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C72237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72237 is #38DDC8. Grayscale: #555555. Windows color (decimal): -3726793 or 3613383. OLE color: 3613383.
HSL color Cylindrical-coordinate representation of color #C72237: hue angle of 352.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 #C72237 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 55 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.22 |
| HSL | 352.36º | 0.71% | 0.46% | - |
| HSV(B) | 352.36º | 0.83% | 0.78% | - |
| XYZ | 24.81 | 13.56 | 4.92 | - |
| YUV | 85.73 | 110.66 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 55 | 0 | 0.83 | 0.72 | 0.22 | 352.36 | 0.71 | 0.46 |
| Hex | C7 | 22 | 37 | 0 | 53 | 48 | 16 | 160 | 47 | 2E |
| Octal | 307 | 42 | 67 | 0 | 123 | 110 | 26 | 540 | 107 | 56 |
| Binary | 11000111 | 100010 | 110111 | 0 | 1010011 | 1001000 | 10110 | 101100000 | 1000111 | 101110 |
Color Harmonies of #C72237
Complementary color
Monochromatic Colors of #C72237
Black with #C72237
Text Example
Text Example
White with #C72237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72237; }
p { color: rgb(199,34,55); }
H1.HeaderClassName
{
color: #C72237;
}
.AnyTagClassName
{
color: #C72237;
}
</style>
background-color css
<style>
a { background-color: #C72237; }
a { background-color: rgb(199,34,55); }
div.DivClassName
{
background-color: #C72237;
}
.BgClassName
{
background-color: #C72237;
}
</style>
border-color css
<style>
span { border-color: #C72237; }
span { border-color: rgb(199,34,55); }
td.TdClassName
{
border-color: #C72237;
}
.TagClassName
{
border-color: #C72237;
}
</style>