Shades of Brick Red #D72C43
Tints of Brick Red #D72C43
RGB
CMYK
RGB Variations
Color information
#D72C43 (or 0xD72C43) is known color: Brick Red. HEX triplet: D7, 2C and 43. RGB value is (215,44,67). Sum of RGB (Red+Green+Blue) = 215+44+67=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72C43 is #28D3BC. Grayscale: #616161. Windows color (decimal): -2675645 or 4402391. OLE color: 4402391.
HSL color Cylindrical-coordinate representation of color #D72C43: hue angle of 351.93º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72C43 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 44 | 67 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.16 |
| HSL | 351.93º | 0.68% | 0.51% | - |
| HSV(B) | 351.93º | 0.8% | 0.84% | - |
| XYZ | 29.94 | 16.65 | 6.95 | - |
| YUV | 97.75 | 110.65 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 67 | 0 | 0.80 | 0.69 | 0.16 | 351.93 | 0.68 | 0.51 |
| Hex | D7 | 2C | 43 | 0 | 50 | 45 | 10 | 160 | 44 | 33 |
| Octal | 327 | 54 | 103 | 0 | 120 | 105 | 20 | 540 | 104 | 63 |
| Binary | 11010111 | 101100 | 1000011 | 0 | 1010000 | 1000101 | 10000 | 101100000 | 1000100 | 110011 |
Color Harmonies of #D72C43
Complementary color
Monochromatic Colors of #D72C43
Black with #D72C43
Text Example
Text Example
White with #D72C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72C43; }
p { color: rgb(215,44,67); }
H1.HeaderClassName
{
color: #D72C43;
}
.AnyTagClassName
{
color: #D72C43;
}
</style>
background-color css
<style>
a { background-color: #D72C43; }
a { background-color: rgb(215,44,67); }
div.DivClassName
{
background-color: #D72C43;
}
.BgClassName
{
background-color: #D72C43;
}
</style>
border-color css
<style>
span { border-color: #D72C43; }
span { border-color: rgb(215,44,67); }
td.TdClassName
{
border-color: #D72C43;
}
.TagClassName
{
border-color: #D72C43;
}
</style>