Shades of Cardinal #C72835
Tints of Cardinal #C72835
RGB
CMYK
RGB Variations
Color information
#C72835 (or 0xC72835) is known color: Cardinal. HEX triplet: C7, 28 and 35. RGB value is (199,40,53). Sum of RGB (Red+Green+Blue) = 199+40+53=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C72835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72835 is #38D7CA. Grayscale: #595959. Windows color (decimal): -3725259 or 3483847. OLE color: 3483847.
HSL color Cylindrical-coordinate representation of color #C72835: hue angle of 355.09º 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 #C72835 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 53 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.22 |
| HSL | 355.09º | 0.67% | 0.47% | - |
| HSV(B) | 355.09º | 0.8% | 0.78% | - |
| XYZ | 24.95 | 13.92 | 4.74 | - |
| YUV | 89.02 | 107.68 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 53 | 0 | 0.80 | 0.73 | 0.22 | 355.09 | 0.67 | 0.47 |
| Hex | C7 | 28 | 35 | 0 | 50 | 49 | 16 | 163 | 43 | 2F |
| Octal | 307 | 50 | 65 | 0 | 120 | 111 | 26 | 543 | 103 | 57 |
| Binary | 11000111 | 101000 | 110101 | 0 | 1010000 | 1001001 | 10110 | 101100011 | 1000011 | 101111 |
Color Harmonies of #C72835
Complementary color
Monochromatic Colors of #C72835
Black with #C72835
Text Example
Text Example
White with #C72835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72835; }
p { color: rgb(199,40,53); }
H1.HeaderClassName
{
color: #C72835;
}
.AnyTagClassName
{
color: #C72835;
}
</style>
background-color css
<style>
a { background-color: #C72835; }
a { background-color: rgb(199,40,53); }
div.DivClassName
{
background-color: #C72835;
}
.BgClassName
{
background-color: #C72835;
}
</style>
border-color css
<style>
span { border-color: #C72835; }
span { border-color: rgb(199,40,53); }
td.TdClassName
{
border-color: #C72835;
}
.TagClassName
{
border-color: #C72835;
}
</style>