Shades of Brick Red #D72643
Tints of Brick Red #D72643
RGB
CMYK
RGB Variations
Color information
#D72643 (or 0xD72643) is known color: Brick Red. HEX triplet: D7, 26 and 43. RGB value is (215,38,67). Sum of RGB (Red+Green+Blue) = 215+38+67=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D72643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72643 is #28D9BC. Grayscale: #5E5E5E. Windows color (decimal): -2677181 or 4400855. OLE color: 4400855.
HSL color Cylindrical-coordinate representation of color #D72643: hue angle of 350.17º 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 #D72643 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 67 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.16 |
| HSL | 350.17º | 0.7% | 0.5% | - |
| HSV(B) | 350.17º | 0.82% | 0.84% | - |
| XYZ | 29.73 | 16.24 | 6.88 | - |
| YUV | 94.23 | 112.64 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 67 | 0 | 0.82 | 0.69 | 0.16 | 350.17 | 0.7 | 0.5 |
| Hex | D7 | 26 | 43 | 0 | 52 | 45 | 10 | 15E | 46 | 32 |
| Octal | 327 | 46 | 103 | 0 | 122 | 105 | 20 | 536 | 106 | 62 |
| Binary | 11010111 | 100110 | 1000011 | 0 | 1010010 | 1000101 | 10000 | 101011110 | 1000110 | 110010 |
Color Harmonies of #D72643
Complementary color
Monochromatic Colors of #D72643
Black with #D72643
Text Example
Text Example
White with #D72643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72643; }
p { color: rgb(215,38,67); }
H1.HeaderClassName
{
color: #D72643;
}
.AnyTagClassName
{
color: #D72643;
}
</style>
background-color css
<style>
a { background-color: #D72643; }
a { background-color: rgb(215,38,67); }
div.DivClassName
{
background-color: #D72643;
}
.BgClassName
{
background-color: #D72643;
}
</style>
border-color css
<style>
span { border-color: #D72643; }
span { border-color: rgb(215,38,67); }
td.TdClassName
{
border-color: #D72643;
}
.TagClassName
{
border-color: #D72643;
}
</style>