Shades of Brick Red #D1324E
Tints of Brick Red #D1324E
RGB
CMYK
RGB Variations
Color information
#D1324E (or 0xD1324E) is known color: Brick Red. HEX triplet: D1, 32 and 4E. RGB value is (209,50,78). Sum of RGB (Red+Green+Blue) = 209+50+78=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1324E is #2ECDB1. Grayscale: #646464. Windows color (decimal): -3067314 or 5124817. OLE color: 5124817.
HSL color Cylindrical-coordinate representation of color #D1324E: hue angle of 349.43º 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 #D1324E is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 78 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.18 |
| HSL | 349.43º | 0.63% | 0.51% | - |
| HSV(B) | 349.43º | 0.76% | 0.82% | - |
| XYZ | 28.81 | 16.39 | 8.85 | - |
| YUV | 100.73 | 115.18 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 78 | 0 | 0.76 | 0.63 | 0.18 | 349.43 | 0.63 | 0.51 |
| Hex | D1 | 32 | 4E | 0 | 4C | 3F | 12 | 15D | 3F | 33 |
| Octal | 321 | 62 | 116 | 0 | 114 | 77 | 22 | 535 | 77 | 63 |
| Binary | 11010001 | 110010 | 1001110 | 0 | 1001100 | 111111 | 10010 | 101011101 | 111111 | 110011 |
Color Harmonies of #D1324E
Complementary color
Monochromatic Colors of #D1324E
Black with #D1324E
Text Example
Text Example
White with #D1324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1324E; }
p { color: rgb(209,50,78); }
H1.HeaderClassName
{
color: #D1324E;
}
.AnyTagClassName
{
color: #D1324E;
}
</style>
background-color css
<style>
a { background-color: #D1324E; }
a { background-color: rgb(209,50,78); }
div.DivClassName
{
background-color: #D1324E;
}
.BgClassName
{
background-color: #D1324E;
}
</style>
border-color css
<style>
span { border-color: #D1324E; }
span { border-color: rgb(209,50,78); }
td.TdClassName
{
border-color: #D1324E;
}
.TagClassName
{
border-color: #D1324E;
}
</style>