Shades of Brick Red #D53747
Tints of Brick Red #D53747
RGB
CMYK
RGB Variations
Color information
#D53747 (or 0xD53747) is known color: Brick Red. HEX triplet: D5, 37 and 47. RGB value is (213,55,71). Sum of RGB (Red+Green+Blue) = 213+55+71=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D53747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53747 is #2AC8B8. Grayscale: #686868. Windows color (decimal): -2803897 or 4667349. OLE color: 4667349.
HSL color Cylindrical-coordinate representation of color #D53747: hue angle of 353.92º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53747 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 71 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.16 |
| HSL | 353.92º | 0.65% | 0.53% | - |
| HSV(B) | 353.92º | 0.74% | 0.84% | - |
| XYZ | 29.94 | 17.33 | 7.73 | - |
| YUV | 104.07 | 109.35 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 71 | 0 | 0.74 | 0.67 | 0.16 | 353.92 | 0.65 | 0.53 |
| Hex | D5 | 37 | 47 | 0 | 4A | 43 | 10 | 162 | 41 | 35 |
| Octal | 325 | 67 | 107 | 0 | 112 | 103 | 20 | 542 | 101 | 65 |
| Binary | 11010101 | 110111 | 1000111 | 0 | 1001010 | 1000011 | 10000 | 101100010 | 1000001 | 110101 |
Color Harmonies of #D53747
Complementary color
Monochromatic Colors of #D53747
Black with #D53747
Text Example
Text Example
White with #D53747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53747; }
p { color: rgb(213,55,71); }
H1.HeaderClassName
{
color: #D53747;
}
.AnyTagClassName
{
color: #D53747;
}
</style>
background-color css
<style>
a { background-color: #D53747; }
a { background-color: rgb(213,55,71); }
div.DivClassName
{
background-color: #D53747;
}
.BgClassName
{
background-color: #D53747;
}
</style>
border-color css
<style>
span { border-color: #D53747; }
span { border-color: rgb(213,55,71); }
td.TdClassName
{
border-color: #D53747;
}
.TagClassName
{
border-color: #D53747;
}
</style>