Shades of Brick Red #D54049
Tints of Brick Red #D54049
RGB
CMYK
RGB Variations
Color information
#D54049 (or 0xD54049) is known color: Brick Red. HEX triplet: D5, 40 and 49. RGB value is (213,64,73). Sum of RGB (Red+Green+Blue) = 213+64+73=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D54049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54049 is #2ABFB6. Grayscale: #6D6D6D. Windows color (decimal): -2801591 or 4800725. OLE color: 4800725.
HSL color Cylindrical-coordinate representation of color #D54049: hue angle of 356.38º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54049 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 73 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.16 |
| HSL | 356.38º | 0.64% | 0.54% | - |
| HSV(B) | 356.38º | 0.7% | 0.84% | - |
| XYZ | 30.48 | 18.29 | 8.23 | - |
| YUV | 109.58 | 107.36 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 73 | 0 | 0.70 | 0.66 | 0.16 | 356.38 | 0.64 | 0.54 |
| Hex | D5 | 40 | 49 | 0 | 46 | 42 | 10 | 164 | 40 | 36 |
| Octal | 325 | 100 | 111 | 0 | 106 | 102 | 20 | 544 | 100 | 66 |
| Binary | 11010101 | 1000000 | 1001001 | 0 | 1000110 | 1000010 | 10000 | 101100100 | 1000000 | 110110 |
Color Harmonies of #D54049
Complementary color
Monochromatic Colors of #D54049
Black with #D54049
Text Example
Text Example
White with #D54049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54049; }
p { color: rgb(213,64,73); }
H1.HeaderClassName
{
color: #D54049;
}
.AnyTagClassName
{
color: #D54049;
}
</style>
background-color css
<style>
a { background-color: #D54049; }
a { background-color: rgb(213,64,73); }
div.DivClassName
{
background-color: #D54049;
}
.BgClassName
{
background-color: #D54049;
}
</style>
border-color css
<style>
span { border-color: #D54049; }
span { border-color: rgb(213,64,73); }
td.TdClassName
{
border-color: #D54049;
}
.TagClassName
{
border-color: #D54049;
}
</style>