Shades of Brick Red #D1324D
Tints of Brick Red #D1324D
RGB
CMYK
RGB Variations
Color information
#D1324D (or 0xD1324D) is known color: Brick Red. HEX triplet: D1, 32 and 4D. RGB value is (209,50,77). Sum of RGB (Red+Green+Blue) = 209+50+77=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D1324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1324D is #2ECDB2. Grayscale: #646464. Windows color (decimal): -3067315 or 5059281. OLE color: 5059281.
HSL color Cylindrical-coordinate representation of color #D1324D: hue angle of 349.81º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1324D is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 77 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.18 |
| HSL | 349.81º | 0.63% | 0.51% | - |
| HSV(B) | 349.81º | 0.76% | 0.82% | - |
| XYZ | 28.77 | 16.37 | 8.66 | - |
| YUV | 100.62 | 114.68 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 77 | 0 | 0.76 | 0.63 | 0.18 | 349.81 | 0.63 | 0.51 |
| Hex | D1 | 32 | 4D | 0 | 4C | 3F | 12 | 15E | 3F | 33 |
| Octal | 321 | 62 | 115 | 0 | 114 | 77 | 22 | 536 | 77 | 63 |
| Binary | 11010001 | 110010 | 1001101 | 0 | 1001100 | 111111 | 10010 | 101011110 | 111111 | 110011 |
Color Harmonies of #D1324D
Complementary color
Monochromatic Colors of #D1324D
Black with #D1324D
Text Example
Text Example
White with #D1324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1324D; }
p { color: rgb(209,50,77); }
H1.HeaderClassName
{
color: #D1324D;
}
.AnyTagClassName
{
color: #D1324D;
}
</style>
background-color css
<style>
a { background-color: #D1324D; }
a { background-color: rgb(209,50,77); }
div.DivClassName
{
background-color: #D1324D;
}
.BgClassName
{
background-color: #D1324D;
}
</style>
border-color css
<style>
span { border-color: #D1324D; }
span { border-color: rgb(209,50,77); }
td.TdClassName
{
border-color: #D1324D;
}
.TagClassName
{
border-color: #D1324D;
}
</style>