Shades of Brick Red #D72C44
Tints of Brick Red #D72C44
RGB
CMYK
RGB Variations
Color information
#D72C44 (or 0xD72C44) is known color: Brick Red. HEX triplet: D7, 2C and 44. RGB value is (215,44,68). Sum of RGB (Red+Green+Blue) = 215+44+68=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72C44 is #28D3BB. Grayscale: #616161. Windows color (decimal): -2675644 or 4467927. OLE color: 4467927.
HSL color Cylindrical-coordinate representation of color #D72C44: hue angle of 351.58º 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 #D72C44 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 44 | 68 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.16 |
| HSL | 351.58º | 0.68% | 0.51% | - |
| HSV(B) | 351.58º | 0.8% | 0.84% | - |
| XYZ | 29.97 | 16.67 | 7.11 | - |
| YUV | 97.87 | 111.15 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 68 | 0 | 0.80 | 0.68 | 0.16 | 351.58 | 0.68 | 0.51 |
| Hex | D7 | 2C | 44 | 0 | 50 | 44 | 10 | 160 | 44 | 33 |
| Octal | 327 | 54 | 104 | 0 | 120 | 104 | 20 | 540 | 104 | 63 |
| Binary | 11010111 | 101100 | 1000100 | 0 | 1010000 | 1000100 | 10000 | 101100000 | 1000100 | 110011 |
Color Harmonies of #D72C44
Complementary color
Monochromatic Colors of #D72C44
Black with #D72C44
Text Example
Text Example
White with #D72C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72C44; }
p { color: rgb(215,44,68); }
H1.HeaderClassName
{
color: #D72C44;
}
.AnyTagClassName
{
color: #D72C44;
}
</style>
background-color css
<style>
a { background-color: #D72C44; }
a { background-color: rgb(215,44,68); }
div.DivClassName
{
background-color: #D72C44;
}
.BgClassName
{
background-color: #D72C44;
}
</style>
border-color css
<style>
span { border-color: #D72C44; }
span { border-color: rgb(215,44,68); }
td.TdClassName
{
border-color: #D72C44;
}
.TagClassName
{
border-color: #D72C44;
}
</style>