Shades of Cardinal #C72435
Tints of Cardinal #C72435
RGB
CMYK
RGB Variations
Color information
#C72435 (or 0xC72435) is known color: Cardinal. HEX triplet: C7, 24 and 35. RGB value is (199,36,53). Sum of RGB (Red+Green+Blue) = 199+36+53=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C72435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72435 is #38DBCA. Grayscale: #565656. Windows color (decimal): -3726283 or 3482823. OLE color: 3482823.
HSL color Cylindrical-coordinate representation of color #C72435: hue angle of 353.74º degrees, saturation: 0.69, 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 #C72435 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 53 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.22 |
| HSL | 353.74º | 0.69% | 0.46% | - |
| HSV(B) | 353.74º | 0.82% | 0.78% | - |
| XYZ | 24.83 | 13.66 | 4.7 | - |
| YUV | 86.68 | 109 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 53 | 0 | 0.82 | 0.73 | 0.22 | 353.74 | 0.69 | 0.46 |
| Hex | C7 | 24 | 35 | 0 | 52 | 49 | 16 | 162 | 45 | 2E |
| Octal | 307 | 44 | 65 | 0 | 122 | 111 | 26 | 542 | 105 | 56 |
| Binary | 11000111 | 100100 | 110101 | 0 | 1010010 | 1001001 | 10110 | 101100010 | 1000101 | 101110 |
Color Harmonies of #C72435
Complementary color
Monochromatic Colors of #C72435
Black with #C72435
Text Example
Text Example
White with #C72435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72435; }
p { color: rgb(199,36,53); }
H1.HeaderClassName
{
color: #C72435;
}
.AnyTagClassName
{
color: #C72435;
}
</style>
background-color css
<style>
a { background-color: #C72435; }
a { background-color: rgb(199,36,53); }
div.DivClassName
{
background-color: #C72435;
}
.BgClassName
{
background-color: #C72435;
}
</style>
border-color css
<style>
span { border-color: #C72435; }
span { border-color: rgb(199,36,53); }
td.TdClassName
{
border-color: #C72435;
}
.TagClassName
{
border-color: #C72435;
}
</style>