Shades of Brick Red #D43544
Tints of Brick Red #D43544
RGB
CMYK
RGB Variations
Color information
#D43544 (or 0xD43544) is known color: Brick Red. HEX triplet: D4, 35 and 44. RGB value is (212,53,68). Sum of RGB (Red+Green+Blue) = 212+53+68=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D43544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43544 is #2BCABB. Grayscale: #666666. Windows color (decimal): -2869948 or 4470228. OLE color: 4470228.
HSL color Cylindrical-coordinate representation of color #D43544: hue angle of 354.34º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43544 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 68 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.17 |
| HSL | 354.34º | 0.65% | 0.52% | - |
| HSV(B) | 354.34º | 0.75% | 0.83% | - |
| XYZ | 29.47 | 16.96 | 7.19 | - |
| YUV | 102.25 | 108.68 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 68 | 0 | 0.75 | 0.68 | 0.17 | 354.34 | 0.65 | 0.52 |
| Hex | D4 | 35 | 44 | 0 | 4B | 44 | 11 | 162 | 41 | 34 |
| Octal | 324 | 65 | 104 | 0 | 113 | 104 | 21 | 542 | 101 | 64 |
| Binary | 11010100 | 110101 | 1000100 | 0 | 1001011 | 1000100 | 10001 | 101100010 | 1000001 | 110100 |
Color Harmonies of #D43544
Complementary color
Monochromatic Colors of #D43544
Black with #D43544
Text Example
Text Example
White with #D43544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43544; }
p { color: rgb(212,53,68); }
H1.HeaderClassName
{
color: #D43544;
}
.AnyTagClassName
{
color: #D43544;
}
</style>
background-color css
<style>
a { background-color: #D43544; }
a { background-color: rgb(212,53,68); }
div.DivClassName
{
background-color: #D43544;
}
.BgClassName
{
background-color: #D43544;
}
</style>
border-color css
<style>
span { border-color: #D43544; }
span { border-color: rgb(212,53,68); }
td.TdClassName
{
border-color: #D43544;
}
.TagClassName
{
border-color: #D43544;
}
</style>