Shades of Brick Red #D52847
Tints of Brick Red #D52847
RGB
CMYK
RGB Variations
Color information
#D52847 (or 0xD52847) is known color: Brick Red. HEX triplet: D5, 28 and 47. RGB value is (213,40,71). Sum of RGB (Red+Green+Blue) = 213+40+71=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D52847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52847 is #2AD7B8. Grayscale: #5F5F5F. Windows color (decimal): -2807737 or 4663509. OLE color: 4663509.
HSL color Cylindrical-coordinate representation of color #D52847: hue angle of 349.25º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52847 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 71 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.16 |
| HSL | 349.25º | 0.68% | 0.5% | - |
| HSV(B) | 349.25º | 0.81% | 0.84% | - |
| XYZ | 29.34 | 16.12 | 7.53 | - |
| YUV | 95.26 | 114.31 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 71 | 0 | 0.81 | 0.67 | 0.16 | 349.25 | 0.68 | 0.5 |
| Hex | D5 | 28 | 47 | 0 | 51 | 43 | 10 | 15D | 44 | 32 |
| Octal | 325 | 50 | 107 | 0 | 121 | 103 | 20 | 535 | 104 | 62 |
| Binary | 11010101 | 101000 | 1000111 | 0 | 1010001 | 1000011 | 10000 | 101011101 | 1000100 | 110010 |
Color Harmonies of #D52847
Complementary color
Monochromatic Colors of #D52847
Black with #D52847
Text Example
Text Example
White with #D52847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52847; }
p { color: rgb(213,40,71); }
H1.HeaderClassName
{
color: #D52847;
}
.AnyTagClassName
{
color: #D52847;
}
</style>
background-color css
<style>
a { background-color: #D52847; }
a { background-color: rgb(213,40,71); }
div.DivClassName
{
background-color: #D52847;
}
.BgClassName
{
background-color: #D52847;
}
</style>
border-color css
<style>
span { border-color: #D52847; }
span { border-color: rgb(213,40,71); }
td.TdClassName
{
border-color: #D52847;
}
.TagClassName
{
border-color: #D52847;
}
</style>