Shades of Brick Red #D2344D
Tints of Brick Red #D2344D
RGB
CMYK
RGB Variations
Color information
#D2344D (or 0xD2344D) is known color: Brick Red. HEX triplet: D2, 34 and 4D. RGB value is (210,52,77). Sum of RGB (Red+Green+Blue) = 210+52+77=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D2344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2344D is #2DCBB2. Grayscale: #666666. Windows color (decimal): -3001267 or 5059794. OLE color: 5059794.
HSL color Cylindrical-coordinate representation of color #D2344D: hue angle of 350.51º degrees, saturation: 0.64, 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 #D2344D is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 77 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.18 |
| HSL | 350.51º | 0.64% | 0.51% | - |
| HSV(B) | 350.51º | 0.75% | 0.82% | - |
| XYZ | 29.15 | 16.69 | 8.71 | - |
| YUV | 102.09 | 113.85 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 77 | 0 | 0.75 | 0.63 | 0.18 | 350.51 | 0.64 | 0.51 |
| Hex | D2 | 34 | 4D | 0 | 4B | 3F | 12 | 15F | 40 | 33 |
| Octal | 322 | 64 | 115 | 0 | 113 | 77 | 22 | 537 | 100 | 63 |
| Binary | 11010010 | 110100 | 1001101 | 0 | 1001011 | 111111 | 10010 | 101011111 | 1000000 | 110011 |
Color Harmonies of #D2344D
Complementary color
Monochromatic Colors of #D2344D
Black with #D2344D
Text Example
Text Example
White with #D2344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2344D; }
p { color: rgb(210,52,77); }
H1.HeaderClassName
{
color: #D2344D;
}
.AnyTagClassName
{
color: #D2344D;
}
</style>
background-color css
<style>
a { background-color: #D2344D; }
a { background-color: rgb(210,52,77); }
div.DivClassName
{
background-color: #D2344D;
}
.BgClassName
{
background-color: #D2344D;
}
</style>
border-color css
<style>
span { border-color: #D2344D; }
span { border-color: rgb(210,52,77); }
td.TdClassName
{
border-color: #D2344D;
}
.TagClassName
{
border-color: #D2344D;
}
</style>