Shades of Cardinal #C72739
Tints of Cardinal #C72739
RGB
CMYK
RGB Variations
Color information
#C72739 (or 0xC72739) is known color: Cardinal. HEX triplet: C7, 27 and 39. RGB value is (199,39,57). Sum of RGB (Red+Green+Blue) = 199+39+57=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C72739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72739 is #38D8C6. Grayscale: #585858. Windows color (decimal): -3725511 or 3745735. OLE color: 3745735.
HSL color Cylindrical-coordinate representation of color #C72739: hue angle of 353.25º 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 #C72739 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 57 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.22 |
| HSL | 353.25º | 0.67% | 0.47% | - |
| HSV(B) | 353.25º | 0.8% | 0.78% | - |
| XYZ | 25.02 | 13.89 | 5.23 | - |
| YUV | 88.89 | 110.01 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 57 | 0 | 0.80 | 0.71 | 0.22 | 353.25 | 0.67 | 0.47 |
| Hex | C7 | 27 | 39 | 0 | 50 | 47 | 16 | 161 | 43 | 2F |
| Octal | 307 | 47 | 71 | 0 | 120 | 107 | 26 | 541 | 103 | 57 |
| Binary | 11000111 | 100111 | 111001 | 0 | 1010000 | 1000111 | 10110 | 101100001 | 1000011 | 101111 |
Color Harmonies of #C72739
Complementary color
Monochromatic Colors of #C72739
Black with #C72739
Text Example
Text Example
White with #C72739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72739; }
p { color: rgb(199,39,57); }
H1.HeaderClassName
{
color: #C72739;
}
.AnyTagClassName
{
color: #C72739;
}
</style>
background-color css
<style>
a { background-color: #C72739; }
a { background-color: rgb(199,39,57); }
div.DivClassName
{
background-color: #C72739;
}
.BgClassName
{
background-color: #C72739;
}
</style>
border-color css
<style>
span { border-color: #C72739; }
span { border-color: rgb(199,39,57); }
td.TdClassName
{
border-color: #C72739;
}
.TagClassName
{
border-color: #C72739;
}
</style>