Shades of Brick Red #C72847
Tints of Brick Red #C72847
RGB
CMYK
RGB Variations
Color information
#C72847 (or 0xC72847) is known color: Brick Red. HEX triplet: C7, 28 and 47. RGB value is (199,40,71). Sum of RGB (Red+Green+Blue) = 199+40+71=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C72847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72847 is #38D7B8. Grayscale: #5B5B5B. Windows color (decimal): -3725241 or 4663495. OLE color: 4663495.
HSL color Cylindrical-coordinate representation of color #C72847: hue angle of 348.3º 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 #C72847 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 71 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.22 |
| HSL | 348.3º | 0.67% | 0.47% | - |
| HSV(B) | 348.3º | 0.8% | 0.78% | - |
| XYZ | 25.45 | 14.11 | 7.34 | - |
| YUV | 91.08 | 116.68 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 71 | 0 | 0.80 | 0.64 | 0.22 | 348.3 | 0.67 | 0.47 |
| Hex | C7 | 28 | 47 | 0 | 50 | 40 | 16 | 15C | 43 | 2F |
| Octal | 307 | 50 | 107 | 0 | 120 | 100 | 26 | 534 | 103 | 57 |
| Binary | 11000111 | 101000 | 1000111 | 0 | 1010000 | 1000000 | 10110 | 101011100 | 1000011 | 101111 |
Color Harmonies of #C72847
Complementary color
Monochromatic Colors of #C72847
Black with #C72847
Text Example
Text Example
White with #C72847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72847; }
p { color: rgb(199,40,71); }
H1.HeaderClassName
{
color: #C72847;
}
.AnyTagClassName
{
color: #C72847;
}
</style>
background-color css
<style>
a { background-color: #C72847; }
a { background-color: rgb(199,40,71); }
div.DivClassName
{
background-color: #C72847;
}
.BgClassName
{
background-color: #C72847;
}
</style>
border-color css
<style>
span { border-color: #C72847; }
span { border-color: rgb(199,40,71); }
td.TdClassName
{
border-color: #C72847;
}
.TagClassName
{
border-color: #C72847;
}
</style>