Shades of Cardinal #C72336
Tints of Cardinal #C72336
RGB
CMYK
RGB Variations
Color information
#C72336 (or 0xC72336) is known color: Cardinal. HEX triplet: C7, 23 and 36. RGB value is (199,35,54). Sum of RGB (Red+Green+Blue) = 199+35+54=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C72336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72336 is #38DCC9. Grayscale: #565656. Windows color (decimal): -3726538 or 3548103. OLE color: 3548103.
HSL color Cylindrical-coordinate representation of color #C72336: hue angle of 353.05º degrees, saturation: 0.7, 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 #C72336 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 54 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.22 |
| HSL | 353.05º | 0.7% | 0.46% | - |
| HSV(B) | 353.05º | 0.82% | 0.78% | - |
| XYZ | 24.82 | 13.61 | 4.81 | - |
| YUV | 86.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 54 | 0 | 0.82 | 0.73 | 0.22 | 353.05 | 0.7 | 0.46 |
| Hex | C7 | 23 | 36 | 0 | 52 | 49 | 16 | 161 | 46 | 2E |
| Octal | 307 | 43 | 66 | 0 | 122 | 111 | 26 | 541 | 106 | 56 |
| Binary | 11000111 | 100011 | 110110 | 0 | 1010010 | 1001001 | 10110 | 101100001 | 1000110 | 101110 |
Color Harmonies of #C72336
Complementary color
Monochromatic Colors of #C72336
Black with #C72336
Text Example
Text Example
White with #C72336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72336; }
p { color: rgb(199,35,54); }
H1.HeaderClassName
{
color: #C72336;
}
.AnyTagClassName
{
color: #C72336;
}
</style>
background-color css
<style>
a { background-color: #C72336; }
a { background-color: rgb(199,35,54); }
div.DivClassName
{
background-color: #C72336;
}
.BgClassName
{
background-color: #C72336;
}
</style>
border-color css
<style>
span { border-color: #C72336; }
span { border-color: rgb(199,35,54); }
td.TdClassName
{
border-color: #C72336;
}
.TagClassName
{
border-color: #C72336;
}
</style>