Shades of Brick Red #C73247
Tints of Brick Red #C73247
RGB
CMYK
RGB Variations
Color information
#C73247 (or 0xC73247) is known color: Brick Red. HEX triplet: C7, 32 and 47. RGB value is (199,50,71). Sum of RGB (Red+Green+Blue) = 199+50+71=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C73247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73247 is #38CDB8. Grayscale: #616161. Windows color (decimal): -3722681 or 4666055. OLE color: 4666055.
HSL color Cylindrical-coordinate representation of color #C73247: hue angle of 351.54º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73247 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 71 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.22 |
| HSL | 351.54º | 0.6% | 0.49% | - |
| HSV(B) | 351.54º | 0.75% | 0.78% | - |
| XYZ | 25.83 | 14.88 | 7.47 | - |
| YUV | 96.95 | 113.36 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 71 | 0 | 0.75 | 0.64 | 0.22 | 351.54 | 0.6 | 0.49 |
| Hex | C7 | 32 | 47 | 0 | 4B | 40 | 16 | 160 | 3C | 31 |
| Octal | 307 | 62 | 107 | 0 | 113 | 100 | 26 | 540 | 74 | 61 |
| Binary | 11000111 | 110010 | 1000111 | 0 | 1001011 | 1000000 | 10110 | 101100000 | 111100 | 110001 |
Color Harmonies of #C73247
Complementary color
Monochromatic Colors of #C73247
Black with #C73247
Text Example
Text Example
White with #C73247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73247; }
p { color: rgb(199,50,71); }
H1.HeaderClassName
{
color: #C73247;
}
.AnyTagClassName
{
color: #C73247;
}
</style>
background-color css
<style>
a { background-color: #C73247; }
a { background-color: rgb(199,50,71); }
div.DivClassName
{
background-color: #C73247;
}
.BgClassName
{
background-color: #C73247;
}
</style>
border-color css
<style>
span { border-color: #C73247; }
span { border-color: rgb(199,50,71); }
td.TdClassName
{
border-color: #C73247;
}
.TagClassName
{
border-color: #C73247;
}
</style>