Shades of Cardinal #C72144
Tints of Cardinal #C72144
RGB
CMYK
RGB Variations
Color information
#C72144 (or 0xC72144) is known color: Cardinal. HEX triplet: C7, 21 and 44. RGB value is (199,33,68). Sum of RGB (Red+Green+Blue) = 199+33+68=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C72144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72144 is #38DEBB. Grayscale: #565656. Windows color (decimal): -3727036 or 4465095. OLE color: 4465095.
HSL color Cylindrical-coordinate representation of color #C72144: hue angle of 347.35º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C72144 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 68 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.22 |
| HSL | 347.35º | 0.72% | 0.45% | - |
| HSV(B) | 347.35º | 0.83% | 0.78% | - |
| XYZ | 25.14 | 13.65 | 6.78 | - |
| YUV | 86.62 | 117.5 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 68 | 0 | 0.83 | 0.66 | 0.22 | 347.35 | 0.72 | 0.45 |
| Hex | C7 | 21 | 44 | 0 | 53 | 42 | 16 | 15B | 48 | 2D |
| Octal | 307 | 41 | 104 | 0 | 123 | 102 | 26 | 533 | 110 | 55 |
| Binary | 11000111 | 100001 | 1000100 | 0 | 1010011 | 1000010 | 10110 | 101011011 | 1001000 | 101101 |
Color Harmonies of #C72144
Complementary color
Monochromatic Colors of #C72144
Black with #C72144
Text Example
Text Example
White with #C72144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72144; }
p { color: rgb(199,33,68); }
H1.HeaderClassName
{
color: #C72144;
}
.AnyTagClassName
{
color: #C72144;
}
</style>
background-color css
<style>
a { background-color: #C72144; }
a { background-color: rgb(199,33,68); }
div.DivClassName
{
background-color: #C72144;
}
.BgClassName
{
background-color: #C72144;
}
</style>
border-color css
<style>
span { border-color: #C72144; }
span { border-color: rgb(199,33,68); }
td.TdClassName
{
border-color: #C72144;
}
.TagClassName
{
border-color: #C72144;
}
</style>