Shades of Cardinal #C72534
Tints of Cardinal #C72534
RGB
CMYK
RGB Variations
Color information
#C72534 (or 0xC72534) is known color: Cardinal. HEX triplet: C7, 25 and 34. RGB value is (199,37,52). Sum of RGB (Red+Green+Blue) = 199+37+52=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C72534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72534 is #38DACB. Grayscale: #575757. Windows color (decimal): -3726028 or 3417543. OLE color: 3417543.
HSL color Cylindrical-coordinate representation of color #C72534: hue angle of 354.44º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72534 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 52 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.22 |
| HSL | 354.44º | 0.69% | 0.46% | - |
| HSV(B) | 354.44º | 0.81% | 0.78% | - |
| XYZ | 24.83 | 13.71 | 4.59 | - |
| YUV | 87.15 | 108.17 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 52 | 0 | 0.81 | 0.74 | 0.22 | 354.44 | 0.69 | 0.46 |
| Hex | C7 | 25 | 34 | 0 | 51 | 4A | 16 | 162 | 45 | 2E |
| Octal | 307 | 45 | 64 | 0 | 121 | 112 | 26 | 542 | 105 | 56 |
| Binary | 11000111 | 100101 | 110100 | 0 | 1010001 | 1001010 | 10110 | 101100010 | 1000101 | 101110 |
Color Harmonies of #C72534
Complementary color
Monochromatic Colors of #C72534
Black with #C72534
Text Example
Text Example
White with #C72534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72534; }
p { color: rgb(199,37,52); }
H1.HeaderClassName
{
color: #C72534;
}
.AnyTagClassName
{
color: #C72534;
}
</style>
background-color css
<style>
a { background-color: #C72534; }
a { background-color: rgb(199,37,52); }
div.DivClassName
{
background-color: #C72534;
}
.BgClassName
{
background-color: #C72534;
}
</style>
border-color css
<style>
span { border-color: #C72534; }
span { border-color: rgb(199,37,52); }
td.TdClassName
{
border-color: #C72534;
}
.TagClassName
{
border-color: #C72534;
}
</style>