Shades of Brick Red #C72647
Tints of Brick Red #C72647
RGB
CMYK
RGB Variations
Color information
#C72647 (or 0xC72647) is known color: Brick Red. HEX triplet: C7, 26 and 47. RGB value is (199,38,71). Sum of RGB (Red+Green+Blue) = 199+38+71=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C72647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72647 is #38D9B8. Grayscale: #595959. Windows color (decimal): -3725753 or 4662983. OLE color: 4662983.
HSL color Cylindrical-coordinate representation of color #C72647: hue angle of 347.7º degrees, saturation: 0.68, 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 #C72647 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 71 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.22 |
| HSL | 347.7º | 0.68% | 0.46% | - |
| HSV(B) | 347.7º | 0.81% | 0.78% | - |
| XYZ | 25.38 | 13.98 | 7.32 | - |
| YUV | 89.9 | 117.34 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 71 | 0 | 0.81 | 0.64 | 0.22 | 347.7 | 0.68 | 0.46 |
| Hex | C7 | 26 | 47 | 0 | 51 | 40 | 16 | 15C | 44 | 2E |
| Octal | 307 | 46 | 107 | 0 | 121 | 100 | 26 | 534 | 104 | 56 |
| Binary | 11000111 | 100110 | 1000111 | 0 | 1010001 | 1000000 | 10110 | 101011100 | 1000100 | 101110 |
Color Harmonies of #C72647
Complementary color
Monochromatic Colors of #C72647
Black with #C72647
Text Example
Text Example
White with #C72647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72647; }
p { color: rgb(199,38,71); }
H1.HeaderClassName
{
color: #C72647;
}
.AnyTagClassName
{
color: #C72647;
}
</style>
background-color css
<style>
a { background-color: #C72647; }
a { background-color: rgb(199,38,71); }
div.DivClassName
{
background-color: #C72647;
}
.BgClassName
{
background-color: #C72647;
}
</style>
border-color css
<style>
span { border-color: #C72647; }
span { border-color: rgb(199,38,71); }
td.TdClassName
{
border-color: #C72647;
}
.TagClassName
{
border-color: #C72647;
}
</style>