Shades of Brick Red #D72A44
Tints of Brick Red #D72A44
RGB
CMYK
RGB Variations
Color information
#D72A44 (or 0xD72A44) is known color: Brick Red. HEX triplet: D7, 2A and 44. RGB value is (215,42,68). Sum of RGB (Red+Green+Blue) = 215+42+68=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72A44 is #28D5BB. Grayscale: #606060. Windows color (decimal): -2676156 or 4467415. OLE color: 4467415.
HSL color Cylindrical-coordinate representation of color #D72A44: hue angle of 350.98º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72A44 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 68 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.16 |
| HSL | 350.98º | 0.68% | 0.5% | - |
| HSV(B) | 350.98º | 0.8% | 0.84% | - |
| XYZ | 29.9 | 16.52 | 7.08 | - |
| YUV | 96.69 | 111.81 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 68 | 0 | 0.80 | 0.68 | 0.16 | 350.98 | 0.68 | 0.5 |
| Hex | D7 | 2A | 44 | 0 | 50 | 44 | 10 | 15F | 44 | 32 |
| Octal | 327 | 52 | 104 | 0 | 120 | 104 | 20 | 537 | 104 | 62 |
| Binary | 11010111 | 101010 | 1000100 | 0 | 1010000 | 1000100 | 10000 | 101011111 | 1000100 | 110010 |
Color Harmonies of #D72A44
Complementary color
Monochromatic Colors of #D72A44
Black with #D72A44
Text Example
Text Example
White with #D72A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72A44; }
p { color: rgb(215,42,68); }
H1.HeaderClassName
{
color: #D72A44;
}
.AnyTagClassName
{
color: #D72A44;
}
</style>
background-color css
<style>
a { background-color: #D72A44; }
a { background-color: rgb(215,42,68); }
div.DivClassName
{
background-color: #D72A44;
}
.BgClassName
{
background-color: #D72A44;
}
</style>
border-color css
<style>
span { border-color: #D72A44; }
span { border-color: rgb(215,42,68); }
td.TdClassName
{
border-color: #D72A44;
}
.TagClassName
{
border-color: #D72A44;
}
</style>