Shades of Cardinal #C72041
Tints of Cardinal #C72041
RGB
CMYK
RGB Variations
Color information
#C72041 (or 0xC72041) is known color: Cardinal. HEX triplet: C7, 20 and 41. RGB value is (199,32,65). Sum of RGB (Red+Green+Blue) = 199+32+65=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C72041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72041 is #38DFBE. Grayscale: #555555. Windows color (decimal): -3727295 or 4268231. OLE color: 4268231.
HSL color Cylindrical-coordinate representation of color #C72041: hue angle of 348.14º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C72041 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 65 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.22 |
| HSL | 348.14º | 0.72% | 0.45% | - |
| HSV(B) | 348.14º | 0.84% | 0.78% | - |
| XYZ | 25.02 | 13.56 | 6.3 | - |
| YUV | 85.7 | 116.33 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 65 | 0 | 0.84 | 0.67 | 0.22 | 348.14 | 0.72 | 0.45 |
| Hex | C7 | 20 | 41 | 0 | 54 | 43 | 16 | 15C | 48 | 2D |
| Octal | 307 | 40 | 101 | 0 | 124 | 103 | 26 | 534 | 110 | 55 |
| Binary | 11000111 | 100000 | 1000001 | 0 | 1010100 | 1000011 | 10110 | 101011100 | 1001000 | 101101 |
Color Harmonies of #C72041
Complementary color
Monochromatic Colors of #C72041
Black with #C72041
Text Example
Text Example
White with #C72041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72041; }
p { color: rgb(199,32,65); }
H1.HeaderClassName
{
color: #C72041;
}
.AnyTagClassName
{
color: #C72041;
}
</style>
background-color css
<style>
a { background-color: #C72041; }
a { background-color: rgb(199,32,65); }
div.DivClassName
{
background-color: #C72041;
}
.BgClassName
{
background-color: #C72041;
}
</style>
border-color css
<style>
span { border-color: #C72041; }
span { border-color: rgb(199,32,65); }
td.TdClassName
{
border-color: #C72041;
}
.TagClassName
{
border-color: #C72041;
}
</style>