Shades of Brick Red #D12149
Tints of Brick Red #D12149
RGB
CMYK
RGB Variations
Color information
#D12149 (or 0xD12149) is known color: Brick Red. HEX triplet: D1, 21 and 49. RGB value is (209,33,73). Sum of RGB (Red+Green+Blue) = 209+33+73=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D12149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12149 is #2EDEB6. Grayscale: #5A5A5A. Windows color (decimal): -3071671 or 4792785. OLE color: 4792785.
HSL color Cylindrical-coordinate representation of color #D12149: hue angle of 346.36º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12149 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 73 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.18 |
| HSL | 346.36º | 0.73% | 0.47% | - |
| HSV(B) | 346.36º | 0.84% | 0.82% | - |
| XYZ | 28.04 | 15.12 | 7.74 | - |
| YUV | 90.18 | 118.31 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 73 | 0 | 0.84 | 0.65 | 0.18 | 346.36 | 0.73 | 0.47 |
| Hex | D1 | 21 | 49 | 0 | 54 | 41 | 12 | 15A | 49 | 2F |
| Octal | 321 | 41 | 111 | 0 | 124 | 101 | 22 | 532 | 111 | 57 |
| Binary | 11010001 | 100001 | 1001001 | 0 | 1010100 | 1000001 | 10010 | 101011010 | 1001001 | 101111 |
Color Harmonies of #D12149
Complementary color
Monochromatic Colors of #D12149
Black with #D12149
Text Example
Text Example
White with #D12149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12149; }
p { color: rgb(209,33,73); }
H1.HeaderClassName
{
color: #D12149;
}
.AnyTagClassName
{
color: #D12149;
}
</style>
background-color css
<style>
a { background-color: #D12149; }
a { background-color: rgb(209,33,73); }
div.DivClassName
{
background-color: #D12149;
}
.BgClassName
{
background-color: #D12149;
}
</style>
border-color css
<style>
span { border-color: #D12149; }
span { border-color: rgb(209,33,73); }
td.TdClassName
{
border-color: #D12149;
}
.TagClassName
{
border-color: #D12149;
}
</style>