Shades of Brick Red #D53249
Tints of Brick Red #D53249
RGB
CMYK
RGB Variations
Color information
#D53249 (or 0xD53249) is known color: Brick Red. HEX triplet: D5, 32 and 49. RGB value is (213,50,73). Sum of RGB (Red+Green+Blue) = 213+50+73=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D53249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53249 is #2ACDB6. Grayscale: #656565. Windows color (decimal): -2805175 or 4797141. OLE color: 4797141.
HSL color Cylindrical-coordinate representation of color #D53249: hue angle of 351.53º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53249 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 73 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.16 |
| HSL | 351.53º | 0.66% | 0.52% | - |
| HSV(B) | 351.53º | 0.77% | 0.84% | - |
| XYZ | 29.78 | 16.91 | 8 | - |
| YUV | 101.36 | 112 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 73 | 0 | 0.77 | 0.66 | 0.16 | 351.53 | 0.66 | 0.52 |
| Hex | D5 | 32 | 49 | 0 | 4D | 42 | 10 | 160 | 42 | 34 |
| Octal | 325 | 62 | 111 | 0 | 115 | 102 | 20 | 540 | 102 | 64 |
| Binary | 11010101 | 110010 | 1001001 | 0 | 1001101 | 1000010 | 10000 | 101100000 | 1000010 | 110100 |
Color Harmonies of #D53249
Complementary color
Monochromatic Colors of #D53249
Black with #D53249
Text Example
Text Example
White with #D53249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53249; }
p { color: rgb(213,50,73); }
H1.HeaderClassName
{
color: #D53249;
}
.AnyTagClassName
{
color: #D53249;
}
</style>
background-color css
<style>
a { background-color: #D53249; }
a { background-color: rgb(213,50,73); }
div.DivClassName
{
background-color: #D53249;
}
.BgClassName
{
background-color: #D53249;
}
</style>
border-color css
<style>
span { border-color: #D53249; }
span { border-color: rgb(213,50,73); }
td.TdClassName
{
border-color: #D53249;
}
.TagClassName
{
border-color: #D53249;
}
</style>