Shades of Brick Red #D73647
Tints of Brick Red #D73647
RGB
CMYK
RGB Variations
Color information
#D73647 (or 0xD73647) is known color: Brick Red. HEX triplet: D7, 36 and 47. RGB value is (215,54,71). Sum of RGB (Red+Green+Blue) = 215+54+71=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D73647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73647 is #28C9B8. Grayscale: #686868. Windows color (decimal): -2673081 or 4667095. OLE color: 4667095.
HSL color Cylindrical-coordinate representation of color #D73647: hue angle of 353.66º 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 #D73647 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 71 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.16 |
| HSL | 353.66º | 0.67% | 0.53% | - |
| HSV(B) | 353.66º | 0.75% | 0.84% | - |
| XYZ | 30.48 | 17.54 | 7.74 | - |
| YUV | 104.08 | 109.34 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 71 | 0 | 0.75 | 0.67 | 0.16 | 353.66 | 0.67 | 0.53 |
| Hex | D7 | 36 | 47 | 0 | 4B | 43 | 10 | 162 | 43 | 35 |
| Octal | 327 | 66 | 107 | 0 | 113 | 103 | 20 | 542 | 103 | 65 |
| Binary | 11010111 | 110110 | 1000111 | 0 | 1001011 | 1000011 | 10000 | 101100010 | 1000011 | 110101 |
Color Harmonies of #D73647
Complementary color
Monochromatic Colors of #D73647
Black with #D73647
Text Example
Text Example
White with #D73647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73647; }
p { color: rgb(215,54,71); }
H1.HeaderClassName
{
color: #D73647;
}
.AnyTagClassName
{
color: #D73647;
}
</style>
background-color css
<style>
a { background-color: #D73647; }
a { background-color: rgb(215,54,71); }
div.DivClassName
{
background-color: #D73647;
}
.BgClassName
{
background-color: #D73647;
}
</style>
border-color css
<style>
span { border-color: #D73647; }
span { border-color: rgb(215,54,71); }
td.TdClassName
{
border-color: #D73647;
}
.TagClassName
{
border-color: #D73647;
}
</style>