Shades of Cardinal #C72337
Tints of Cardinal #C72337
RGB
CMYK
RGB Variations
Color information
#C72337 (or 0xC72337) is known color: Cardinal. HEX triplet: C7, 23 and 37. RGB value is (199,35,55). Sum of RGB (Red+Green+Blue) = 199+35+55=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C72337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72337 is #38DCC8. Grayscale: #565656. Windows color (decimal): -3726537 or 3613639. OLE color: 3613639.
HSL color Cylindrical-coordinate representation of color #C72337: hue angle of 352.68º 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 #C72337 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 55 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.22 |
| HSL | 352.68º | 0.7% | 0.46% | - |
| HSV(B) | 352.68º | 0.82% | 0.78% | - |
| XYZ | 24.84 | 13.62 | 4.93 | - |
| YUV | 86.32 | 110.33 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 55 | 0 | 0.82 | 0.72 | 0.22 | 352.68 | 0.7 | 0.46 |
| Hex | C7 | 23 | 37 | 0 | 52 | 48 | 16 | 161 | 46 | 2E |
| Octal | 307 | 43 | 67 | 0 | 122 | 110 | 26 | 541 | 106 | 56 |
| Binary | 11000111 | 100011 | 110111 | 0 | 1010010 | 1001000 | 10110 | 101100001 | 1000110 | 101110 |
Color Harmonies of #C72337
Complementary color
Monochromatic Colors of #C72337
Black with #C72337
Text Example
Text Example
White with #C72337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72337; }
p { color: rgb(199,35,55); }
H1.HeaderClassName
{
color: #C72337;
}
.AnyTagClassName
{
color: #C72337;
}
</style>
background-color css
<style>
a { background-color: #C72337; }
a { background-color: rgb(199,35,55); }
div.DivClassName
{
background-color: #C72337;
}
.BgClassName
{
background-color: #C72337;
}
</style>
border-color css
<style>
span { border-color: #C72337; }
span { border-color: rgb(199,35,55); }
td.TdClassName
{
border-color: #C72337;
}
.TagClassName
{
border-color: #C72337;
}
</style>