Shades of Brick Red #D72644
Tints of Brick Red #D72644
RGB
CMYK
RGB Variations
Color information
#D72644 (or 0xD72644) is known color: Brick Red. HEX triplet: D7, 26 and 44. RGB value is (215,38,68). Sum of RGB (Red+Green+Blue) = 215+38+68=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D72644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72644 is #28D9BB. Grayscale: #5E5E5E. Windows color (decimal): -2677180 or 4466391. OLE color: 4466391.
HSL color Cylindrical-coordinate representation of color #D72644: hue angle of 349.83º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72644 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 68 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.16 |
| HSL | 349.83º | 0.7% | 0.5% | - |
| HSV(B) | 349.83º | 0.82% | 0.84% | - |
| XYZ | 29.76 | 16.25 | 7.04 | - |
| YUV | 94.34 | 113.14 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 68 | 0 | 0.82 | 0.68 | 0.16 | 349.83 | 0.7 | 0.5 |
| Hex | D7 | 26 | 44 | 0 | 52 | 44 | 10 | 15E | 46 | 32 |
| Octal | 327 | 46 | 104 | 0 | 122 | 104 | 20 | 536 | 106 | 62 |
| Binary | 11010111 | 100110 | 1000100 | 0 | 1010010 | 1000100 | 10000 | 101011110 | 1000110 | 110010 |
Color Harmonies of #D72644
Complementary color
Monochromatic Colors of #D72644
Black with #D72644
Text Example
Text Example
White with #D72644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72644; }
p { color: rgb(215,38,68); }
H1.HeaderClassName
{
color: #D72644;
}
.AnyTagClassName
{
color: #D72644;
}
</style>
background-color css
<style>
a { background-color: #D72644; }
a { background-color: rgb(215,38,68); }
div.DivClassName
{
background-color: #D72644;
}
.BgClassName
{
background-color: #D72644;
}
</style>
border-color css
<style>
span { border-color: #D72644; }
span { border-color: rgb(215,38,68); }
td.TdClassName
{
border-color: #D72644;
}
.TagClassName
{
border-color: #D72644;
}
</style>