Shades of Brick Red #D1344E
Tints of Brick Red #D1344E
RGB
CMYK
RGB Variations
Color information
#D1344E (or 0xD1344E) is known color: Brick Red. HEX triplet: D1, 34 and 4E. RGB value is (209,52,78). Sum of RGB (Red+Green+Blue) = 209+52+78=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D1344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1344E is #2ECBB1. Grayscale: #656565. Windows color (decimal): -3066802 or 5125329. OLE color: 5125329.
HSL color Cylindrical-coordinate representation of color #D1344E: hue angle of 350.06º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1344E is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 78 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.18 |
| HSL | 350.06º | 0.63% | 0.51% | - |
| HSV(B) | 350.06º | 0.75% | 0.82% | - |
| XYZ | 28.9 | 16.56 | 8.88 | - |
| YUV | 101.91 | 114.51 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 78 | 0 | 0.75 | 0.63 | 0.18 | 350.06 | 0.63 | 0.51 |
| Hex | D1 | 34 | 4E | 0 | 4B | 3F | 12 | 15E | 3F | 33 |
| Octal | 321 | 64 | 116 | 0 | 113 | 77 | 22 | 536 | 77 | 63 |
| Binary | 11010001 | 110100 | 1001110 | 0 | 1001011 | 111111 | 10010 | 101011110 | 111111 | 110011 |
Color Harmonies of #D1344E
Complementary color
Monochromatic Colors of #D1344E
Black with #D1344E
Text Example
Text Example
White with #D1344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1344E; }
p { color: rgb(209,52,78); }
H1.HeaderClassName
{
color: #D1344E;
}
.AnyTagClassName
{
color: #D1344E;
}
</style>
background-color css
<style>
a { background-color: #D1344E; }
a { background-color: rgb(209,52,78); }
div.DivClassName
{
background-color: #D1344E;
}
.BgClassName
{
background-color: #D1344E;
}
</style>
border-color css
<style>
span { border-color: #D1344E; }
span { border-color: rgb(209,52,78); }
td.TdClassName
{
border-color: #D1344E;
}
.TagClassName
{
border-color: #D1344E;
}
</style>