Shades of Brick Red #D73547
Tints of Brick Red #D73547
RGB
CMYK
RGB Variations
Color information
#D73547 (or 0xD73547) is known color: Brick Red. HEX triplet: D7, 35 and 47. RGB value is (215,53,71). Sum of RGB (Red+Green+Blue) = 215+53+71=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D73547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73547 is #28CAB8. Grayscale: #676767. Windows color (decimal): -2673337 or 4666839. OLE color: 4666839.
HSL color Cylindrical-coordinate representation of color #D73547: hue angle of 353.33º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73547 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 71 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.16 |
| HSL | 353.33º | 0.67% | 0.53% | - |
| HSV(B) | 353.33º | 0.75% | 0.84% | - |
| XYZ | 30.43 | 17.45 | 7.72 | - |
| YUV | 103.49 | 109.67 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 71 | 0 | 0.75 | 0.67 | 0.16 | 353.33 | 0.67 | 0.53 |
| Hex | D7 | 35 | 47 | 0 | 4B | 43 | 10 | 161 | 43 | 35 |
| Octal | 327 | 65 | 107 | 0 | 113 | 103 | 20 | 541 | 103 | 65 |
| Binary | 11010111 | 110101 | 1000111 | 0 | 1001011 | 1000011 | 10000 | 101100001 | 1000011 | 110101 |
Color Harmonies of #D73547
Complementary color
Monochromatic Colors of #D73547
Black with #D73547
Text Example
Text Example
White with #D73547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73547; }
p { color: rgb(215,53,71); }
H1.HeaderClassName
{
color: #D73547;
}
.AnyTagClassName
{
color: #D73547;
}
</style>
background-color css
<style>
a { background-color: #D73547; }
a { background-color: rgb(215,53,71); }
div.DivClassName
{
background-color: #D73547;
}
.BgClassName
{
background-color: #D73547;
}
</style>
border-color css
<style>
span { border-color: #D73547; }
span { border-color: rgb(215,53,71); }
td.TdClassName
{
border-color: #D73547;
}
.TagClassName
{
border-color: #D73547;
}
</style>