Shades of Brick Red #D43147
Tints of Brick Red #D43147
RGB
CMYK
RGB Variations
Color information
#D43147 (or 0xD43147) is known color: Brick Red. HEX triplet: D4, 31 and 47. RGB value is (212,49,71). Sum of RGB (Red+Green+Blue) = 212+49+71=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D43147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43147 is #2BCEB8. Grayscale: #646464. Windows color (decimal): -2870969 or 4665812. OLE color: 4665812.
HSL color Cylindrical-coordinate representation of color #D43147: hue angle of 351.9º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43147 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 49 | 71 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.17 |
| HSL | 351.9º | 0.65% | 0.51% | - |
| HSV(B) | 351.9º | 0.77% | 0.83% | - |
| XYZ | 29.39 | 16.65 | 7.63 | - |
| YUV | 100.25 | 111.5 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 71 | 0 | 0.77 | 0.67 | 0.17 | 351.9 | 0.65 | 0.51 |
| Hex | D4 | 31 | 47 | 0 | 4D | 43 | 11 | 160 | 41 | 33 |
| Octal | 324 | 61 | 107 | 0 | 115 | 103 | 21 | 540 | 101 | 63 |
| Binary | 11010100 | 110001 | 1000111 | 0 | 1001101 | 1000011 | 10001 | 101100000 | 1000001 | 110011 |
Color Harmonies of #D43147
Complementary color
Monochromatic Colors of #D43147
Black with #D43147
Text Example
Text Example
White with #D43147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43147; }
p { color: rgb(212,49,71); }
H1.HeaderClassName
{
color: #D43147;
}
.AnyTagClassName
{
color: #D43147;
}
</style>
background-color css
<style>
a { background-color: #D43147; }
a { background-color: rgb(212,49,71); }
div.DivClassName
{
background-color: #D43147;
}
.BgClassName
{
background-color: #D43147;
}
</style>
border-color css
<style>
span { border-color: #D43147; }
span { border-color: rgb(212,49,71); }
td.TdClassName
{
border-color: #D43147;
}
.TagClassName
{
border-color: #D43147;
}
</style>