Shades of Brick Red #D63547
Tints of Brick Red #D63547
RGB
CMYK
RGB Variations
Color information
#D63547 (or 0xD63547) is known color: Brick Red. HEX triplet: D6, 35 and 47. RGB value is (214,53,71). Sum of RGB (Red+Green+Blue) = 214+53+71=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D63547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63547 is #29CAB8. Grayscale: #676767. Windows color (decimal): -2738873 or 4666838. OLE color: 4666838.
HSL color Cylindrical-coordinate representation of color #D63547: hue angle of 353.29º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63547 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 71 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.16 |
| HSL | 353.29º | 0.66% | 0.52% | - |
| HSV(B) | 353.29º | 0.75% | 0.84% | - |
| XYZ | 30.14 | 17.3 | 7.71 | - |
| YUV | 103.19 | 109.84 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 71 | 0 | 0.75 | 0.67 | 0.16 | 353.29 | 0.66 | 0.52 |
| Hex | D6 | 35 | 47 | 0 | 4B | 43 | 10 | 161 | 42 | 34 |
| Octal | 326 | 65 | 107 | 0 | 113 | 103 | 20 | 541 | 102 | 64 |
| Binary | 11010110 | 110101 | 1000111 | 0 | 1001011 | 1000011 | 10000 | 101100001 | 1000010 | 110100 |
Color Harmonies of #D63547
Complementary color
Monochromatic Colors of #D63547
Black with #D63547
Text Example
Text Example
White with #D63547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63547; }
p { color: rgb(214,53,71); }
H1.HeaderClassName
{
color: #D63547;
}
.AnyTagClassName
{
color: #D63547;
}
</style>
background-color css
<style>
a { background-color: #D63547; }
a { background-color: rgb(214,53,71); }
div.DivClassName
{
background-color: #D63547;
}
.BgClassName
{
background-color: #D63547;
}
</style>
border-color css
<style>
span { border-color: #D63547; }
span { border-color: rgb(214,53,71); }
td.TdClassName
{
border-color: #D63547;
}
.TagClassName
{
border-color: #D63547;
}
</style>