Shades of Cardinal #C72737
Tints of Cardinal #C72737
RGB
CMYK
RGB Variations
Color information
#C72737 (or 0xC72737) is known color: Cardinal. HEX triplet: C7, 27 and 37. RGB value is (199,39,55). Sum of RGB (Red+Green+Blue) = 199+39+55=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C72737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72737 is #38D8C8. Grayscale: #585858. Windows color (decimal): -3725513 or 3614663. OLE color: 3614663.
HSL color Cylindrical-coordinate representation of color #C72737: hue angle of 354º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72737 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 55 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.22 |
| HSL | 354º | 0.67% | 0.47% | - |
| HSV(B) | 354º | 0.8% | 0.78% | - |
| XYZ | 24.97 | 13.87 | 4.98 | - |
| YUV | 88.66 | 109.01 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 55 | 0 | 0.80 | 0.72 | 0.22 | 354 | 0.67 | 0.47 |
| Hex | C7 | 27 | 37 | 0 | 50 | 48 | 16 | 162 | 43 | 2F |
| Octal | 307 | 47 | 67 | 0 | 120 | 110 | 26 | 542 | 103 | 57 |
| Binary | 11000111 | 100111 | 110111 | 0 | 1010000 | 1001000 | 10110 | 101100010 | 1000011 | 101111 |
Color Harmonies of #C72737
Complementary color
Monochromatic Colors of #C72737
Black with #C72737
Text Example
Text Example
White with #C72737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72737; }
p { color: rgb(199,39,55); }
H1.HeaderClassName
{
color: #C72737;
}
.AnyTagClassName
{
color: #C72737;
}
</style>
background-color css
<style>
a { background-color: #C72737; }
a { background-color: rgb(199,39,55); }
div.DivClassName
{
background-color: #C72737;
}
.BgClassName
{
background-color: #C72737;
}
</style>
border-color css
<style>
span { border-color: #C72737; }
span { border-color: rgb(199,39,55); }
td.TdClassName
{
border-color: #C72737;
}
.TagClassName
{
border-color: #C72737;
}
</style>