Shades of Brick Red #D53B47
Tints of Brick Red #D53B47
RGB
CMYK
RGB Variations
Color information
#D53B47 (or 0xD53B47) is known color: Brick Red. HEX triplet: D5, 3B and 47. RGB value is (213,59,71). Sum of RGB (Red+Green+Blue) = 213+59+71=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53B47 is #2AC4B8. Grayscale: #6A6A6A. Windows color (decimal): -2802873 or 4668373. OLE color: 4668373.
HSL color Cylindrical-coordinate representation of color #D53B47: hue angle of 355.32º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53B47 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 71 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.16 |
| HSL | 355.32º | 0.65% | 0.53% | - |
| HSV(B) | 355.32º | 0.72% | 0.84% | - |
| XYZ | 30.14 | 17.73 | 7.79 | - |
| YUV | 106.41 | 108.02 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 71 | 0 | 0.72 | 0.67 | 0.16 | 355.32 | 0.65 | 0.53 |
| Hex | D5 | 3B | 47 | 0 | 48 | 43 | 10 | 163 | 41 | 35 |
| Octal | 325 | 73 | 107 | 0 | 110 | 103 | 20 | 543 | 101 | 65 |
| Binary | 11010101 | 111011 | 1000111 | 0 | 1001000 | 1000011 | 10000 | 101100011 | 1000001 | 110101 |
Color Harmonies of #D53B47
Complementary color
Monochromatic Colors of #D53B47
Black with #D53B47
Text Example
Text Example
White with #D53B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53B47; }
p { color: rgb(213,59,71); }
H1.HeaderClassName
{
color: #D53B47;
}
.AnyTagClassName
{
color: #D53B47;
}
</style>
background-color css
<style>
a { background-color: #D53B47; }
a { background-color: rgb(213,59,71); }
div.DivClassName
{
background-color: #D53B47;
}
.BgClassName
{
background-color: #D53B47;
}
</style>
border-color css
<style>
span { border-color: #D53B47; }
span { border-color: rgb(213,59,71); }
td.TdClassName
{
border-color: #D53B47;
}
.TagClassName
{
border-color: #D53B47;
}
</style>