Shades of Brick Red #C72544
Tints of Brick Red #C72544
RGB
CMYK
RGB Variations
Color information
#C72544 (or 0xC72544) is known color: Brick Red. HEX triplet: C7, 25 and 44. RGB value is (199,37,68). Sum of RGB (Red+Green+Blue) = 199+37+68=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C72544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72544 is #38DABB. Grayscale: #595959. Windows color (decimal): -3726012 or 4466119. OLE color: 4466119.
HSL color Cylindrical-coordinate representation of color #C72544: hue angle of 348.52º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72544 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 68 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.22 |
| HSL | 348.52º | 0.69% | 0.46% | - |
| HSV(B) | 348.52º | 0.81% | 0.78% | - |
| XYZ | 25.26 | 13.88 | 6.82 | - |
| YUV | 88.97 | 116.17 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 68 | 0 | 0.81 | 0.66 | 0.22 | 348.52 | 0.69 | 0.46 |
| Hex | C7 | 25 | 44 | 0 | 51 | 42 | 16 | 15D | 45 | 2E |
| Octal | 307 | 45 | 104 | 0 | 121 | 102 | 26 | 535 | 105 | 56 |
| Binary | 11000111 | 100101 | 1000100 | 0 | 1010001 | 1000010 | 10110 | 101011101 | 1000101 | 101110 |
Color Harmonies of #C72544
Complementary color
Monochromatic Colors of #C72544
Black with #C72544
Text Example
Text Example
White with #C72544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72544; }
p { color: rgb(199,37,68); }
H1.HeaderClassName
{
color: #C72544;
}
.AnyTagClassName
{
color: #C72544;
}
</style>
background-color css
<style>
a { background-color: #C72544; }
a { background-color: rgb(199,37,68); }
div.DivClassName
{
background-color: #C72544;
}
.BgClassName
{
background-color: #C72544;
}
</style>
border-color css
<style>
span { border-color: #C72544; }
span { border-color: rgb(199,37,68); }
td.TdClassName
{
border-color: #C72544;
}
.TagClassName
{
border-color: #C72544;
}
</style>