Shades of Brick Red #D52B47
Tints of Brick Red #D52B47
RGB
CMYK
RGB Variations
Color information
#D52B47 (or 0xD52B47) is known color: Brick Red. HEX triplet: D5, 2B and 47. RGB value is (213,43,71). Sum of RGB (Red+Green+Blue) = 213+43+71=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52B47 is #2AD4B8. Grayscale: #616161. Windows color (decimal): -2806969 or 4664277. OLE color: 4664277.
HSL color Cylindrical-coordinate representation of color #D52B47: hue angle of 350.12º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52B47 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 43 | 71 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.16 |
| HSL | 350.12º | 0.67% | 0.5% | - |
| HSV(B) | 350.12º | 0.8% | 0.84% | - |
| XYZ | 29.44 | 16.33 | 7.56 | - |
| YUV | 97.02 | 113.32 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 71 | 0 | 0.80 | 0.67 | 0.16 | 350.12 | 0.67 | 0.5 |
| Hex | D5 | 2B | 47 | 0 | 50 | 43 | 10 | 15E | 43 | 32 |
| Octal | 325 | 53 | 107 | 0 | 120 | 103 | 20 | 536 | 103 | 62 |
| Binary | 11010101 | 101011 | 1000111 | 0 | 1010000 | 1000011 | 10000 | 101011110 | 1000011 | 110010 |
Color Harmonies of #D52B47
Complementary color
Monochromatic Colors of #D52B47
Black with #D52B47
Text Example
Text Example
White with #D52B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52B47; }
p { color: rgb(213,43,71); }
H1.HeaderClassName
{
color: #D52B47;
}
.AnyTagClassName
{
color: #D52B47;
}
</style>
background-color css
<style>
a { background-color: #D52B47; }
a { background-color: rgb(213,43,71); }
div.DivClassName
{
background-color: #D52B47;
}
.BgClassName
{
background-color: #D52B47;
}
</style>
border-color css
<style>
span { border-color: #D52B47; }
span { border-color: rgb(213,43,71); }
td.TdClassName
{
border-color: #D52B47;
}
.TagClassName
{
border-color: #D52B47;
}
</style>