Shades of Brick Red #D12049
Tints of Brick Red #D12049
RGB
CMYK
RGB Variations
Color information
#D12049 (or 0xD12049) is known color: Brick Red. HEX triplet: D1, 20 and 49. RGB value is (209,32,73). Sum of RGB (Red+Green+Blue) = 209+32+73=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D12049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12049 is #2EDFB6. Grayscale: #595959. Windows color (decimal): -3071927 or 4792529. OLE color: 4792529.
HSL color Cylindrical-coordinate representation of color #D12049: hue angle of 346.1º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D12049 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 73 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.18 |
| HSL | 346.1º | 0.73% | 0.47% | - |
| HSV(B) | 346.1º | 0.85% | 0.82% | - |
| XYZ | 28.01 | 15.07 | 7.74 | - |
| YUV | 89.6 | 118.64 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 73 | 0 | 0.85 | 0.65 | 0.18 | 346.1 | 0.73 | 0.47 |
| Hex | D1 | 20 | 49 | 0 | 55 | 41 | 12 | 15A | 49 | 2F |
| Octal | 321 | 40 | 111 | 0 | 125 | 101 | 22 | 532 | 111 | 57 |
| Binary | 11010001 | 100000 | 1001001 | 0 | 1010101 | 1000001 | 10010 | 101011010 | 1001001 | 101111 |
Color Harmonies of #D12049
Complementary color
Monochromatic Colors of #D12049
Black with #D12049
Text Example
Text Example
White with #D12049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12049; }
p { color: rgb(209,32,73); }
H1.HeaderClassName
{
color: #D12049;
}
.AnyTagClassName
{
color: #D12049;
}
</style>
background-color css
<style>
a { background-color: #D12049; }
a { background-color: rgb(209,32,73); }
div.DivClassName
{
background-color: #D12049;
}
.BgClassName
{
background-color: #D12049;
}
</style>
border-color css
<style>
span { border-color: #D12049; }
span { border-color: rgb(209,32,73); }
td.TdClassName
{
border-color: #D12049;
}
.TagClassName
{
border-color: #D12049;
}
</style>