Shades of Brick Red #C72747
Tints of Brick Red #C72747
RGB
CMYK
RGB Variations
Color information
#C72747 (or 0xC72747) is known color: Brick Red. HEX triplet: C7, 27 and 47. RGB value is (199,39,71). Sum of RGB (Red+Green+Blue) = 199+39+71=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C72747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72747 is #38D8B8. Grayscale: #5A5A5A. Windows color (decimal): -3725497 or 4663239. OLE color: 4663239.
HSL color Cylindrical-coordinate representation of color #C72747: hue angle of 348º 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 #C72747 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 71 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.22 |
| HSL | 348º | 0.67% | 0.47% | - |
| HSV(B) | 348º | 0.8% | 0.78% | - |
| XYZ | 25.42 | 14.05 | 7.33 | - |
| YUV | 90.49 | 117.01 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 71 | 0 | 0.80 | 0.64 | 0.22 | 348 | 0.67 | 0.47 |
| Hex | C7 | 27 | 47 | 0 | 50 | 40 | 16 | 15C | 43 | 2F |
| Octal | 307 | 47 | 107 | 0 | 120 | 100 | 26 | 534 | 103 | 57 |
| Binary | 11000111 | 100111 | 1000111 | 0 | 1010000 | 1000000 | 10110 | 101011100 | 1000011 | 101111 |
Color Harmonies of #C72747
Complementary color
Monochromatic Colors of #C72747
Black with #C72747
Text Example
Text Example
White with #C72747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72747; }
p { color: rgb(199,39,71); }
H1.HeaderClassName
{
color: #C72747;
}
.AnyTagClassName
{
color: #C72747;
}
</style>
background-color css
<style>
a { background-color: #C72747; }
a { background-color: rgb(199,39,71); }
div.DivClassName
{
background-color: #C72747;
}
.BgClassName
{
background-color: #C72747;
}
</style>
border-color css
<style>
span { border-color: #C72747; }
span { border-color: rgb(199,39,71); }
td.TdClassName
{
border-color: #C72747;
}
.TagClassName
{
border-color: #C72747;
}
</style>