Shades of Brick Red #D72943
Tints of Brick Red #D72943
RGB
CMYK
RGB Variations
Color information
#D72943 (or 0xD72943) is known color: Brick Red. HEX triplet: D7, 29 and 43. RGB value is (215,41,67). Sum of RGB (Red+Green+Blue) = 215+41+67=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D72943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72943 is #28D6BC. Grayscale: #606060. Windows color (decimal): -2676413 or 4401623. OLE color: 4401623.
HSL color Cylindrical-coordinate representation of color #D72943: hue angle of 351.03º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72943 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 67 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.16 |
| HSL | 351.03º | 0.69% | 0.5% | - |
| HSV(B) | 351.03º | 0.81% | 0.84% | - |
| XYZ | 29.83 | 16.44 | 6.91 | - |
| YUV | 95.99 | 111.65 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 67 | 0 | 0.81 | 0.69 | 0.16 | 351.03 | 0.69 | 0.5 |
| Hex | D7 | 29 | 43 | 0 | 51 | 45 | 10 | 15F | 45 | 32 |
| Octal | 327 | 51 | 103 | 0 | 121 | 105 | 20 | 537 | 105 | 62 |
| Binary | 11010111 | 101001 | 1000011 | 0 | 1010001 | 1000101 | 10000 | 101011111 | 1000101 | 110010 |
Color Harmonies of #D72943
Complementary color
Monochromatic Colors of #D72943
Black with #D72943
Text Example
Text Example
White with #D72943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72943; }
p { color: rgb(215,41,67); }
H1.HeaderClassName
{
color: #D72943;
}
.AnyTagClassName
{
color: #D72943;
}
</style>
background-color css
<style>
a { background-color: #D72943; }
a { background-color: rgb(215,41,67); }
div.DivClassName
{
background-color: #D72943;
}
.BgClassName
{
background-color: #D72943;
}
</style>
border-color css
<style>
span { border-color: #D72943; }
span { border-color: rgb(215,41,67); }
td.TdClassName
{
border-color: #D72943;
}
.TagClassName
{
border-color: #D72943;
}
</style>