Shades of Cardinal #C72135
Tints of Cardinal #C72135
RGB
CMYK
RGB Variations
Color information
#C72135 (or 0xC72135) is known color: Cardinal. HEX triplet: C7, 21 and 35. RGB value is (199,33,53). Sum of RGB (Red+Green+Blue) = 199+33+53=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C72135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72135 is #38DECA. Grayscale: #545454. Windows color (decimal): -3727051 or 3482055. OLE color: 3482055.
HSL color Cylindrical-coordinate representation of color #C72135: hue angle of 352.77º 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 #C72135 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 53 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.22 |
| HSL | 352.77º | 0.72% | 0.45% | - |
| HSV(B) | 352.77º | 0.83% | 0.78% | - |
| XYZ | 24.74 | 13.49 | 4.67 | - |
| YUV | 84.91 | 110 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 53 | 0 | 0.83 | 0.73 | 0.22 | 352.77 | 0.72 | 0.45 |
| Hex | C7 | 21 | 35 | 0 | 53 | 49 | 16 | 161 | 48 | 2D |
| Octal | 307 | 41 | 65 | 0 | 123 | 111 | 26 | 541 | 110 | 55 |
| Binary | 11000111 | 100001 | 110101 | 0 | 1010011 | 1001001 | 10110 | 101100001 | 1001000 | 101101 |
Color Harmonies of #C72135
Complementary color
Monochromatic Colors of #C72135
Black with #C72135
Text Example
Text Example
White with #C72135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72135; }
p { color: rgb(199,33,53); }
H1.HeaderClassName
{
color: #C72135;
}
.AnyTagClassName
{
color: #C72135;
}
</style>
background-color css
<style>
a { background-color: #C72135; }
a { background-color: rgb(199,33,53); }
div.DivClassName
{
background-color: #C72135;
}
.BgClassName
{
background-color: #C72135;
}
</style>
border-color css
<style>
span { border-color: #C72135; }
span { border-color: rgb(199,33,53); }
td.TdClassName
{
border-color: #C72135;
}
.TagClassName
{
border-color: #C72135;
}
</style>