Shades of Brick Red #D2324D
Tints of Brick Red #D2324D
RGB
CMYK
RGB Variations
Color information
#D2324D (or 0xD2324D) is known color: Brick Red. HEX triplet: D2, 32 and 4D. RGB value is (210,50,77). Sum of RGB (Red+Green+Blue) = 210+50+77=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D2324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2324D is #2DCDB2. Grayscale: #646464. Windows color (decimal): -3001779 or 5059282. OLE color: 5059282.
HSL color Cylindrical-coordinate representation of color #D2324D: hue angle of 349.88º degrees, saturation: 0.64, 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 #D2324D is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 77 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.18 |
| HSL | 349.88º | 0.64% | 0.51% | - |
| HSV(B) | 349.88º | 0.76% | 0.82% | - |
| XYZ | 29.06 | 16.52 | 8.68 | - |
| YUV | 100.92 | 114.51 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 77 | 0 | 0.76 | 0.63 | 0.18 | 349.88 | 0.64 | 0.51 |
| Hex | D2 | 32 | 4D | 0 | 4C | 3F | 12 | 15E | 40 | 33 |
| Octal | 322 | 62 | 115 | 0 | 114 | 77 | 22 | 536 | 100 | 63 |
| Binary | 11010010 | 110010 | 1001101 | 0 | 1001100 | 111111 | 10010 | 101011110 | 1000000 | 110011 |
Color Harmonies of #D2324D
Complementary color
Monochromatic Colors of #D2324D
Black with #D2324D
Text Example
Text Example
White with #D2324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2324D; }
p { color: rgb(210,50,77); }
H1.HeaderClassName
{
color: #D2324D;
}
.AnyTagClassName
{
color: #D2324D;
}
</style>
background-color css
<style>
a { background-color: #D2324D; }
a { background-color: rgb(210,50,77); }
div.DivClassName
{
background-color: #D2324D;
}
.BgClassName
{
background-color: #D2324D;
}
</style>
border-color css
<style>
span { border-color: #D2324D; }
span { border-color: rgb(210,50,77); }
td.TdClassName
{
border-color: #D2324D;
}
.TagClassName
{
border-color: #D2324D;
}
</style>