Shades of Brick Red #D2324F
Tints of Brick Red #D2324F
RGB
CMYK
RGB Variations
Color information
#D2324F (or 0xD2324F) is known color: Brick Red. HEX triplet: D2, 32 and 4F. RGB value is (210,50,79). Sum of RGB (Red+Green+Blue) = 210+50+79=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D2324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2324F is #2DCDB0. Grayscale: #656565. Windows color (decimal): -3001777 or 5190354. OLE color: 5190354.
HSL color Cylindrical-coordinate representation of color #D2324F: hue angle of 349.12º 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 #D2324F is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 79 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.18 |
| HSL | 349.13º | 0.64% | 0.51% | - |
| HSV(B) | 349.13º | 0.76% | 0.82% | - |
| XYZ | 29.13 | 16.55 | 9.06 | - |
| YUV | 101.15 | 115.51 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 79 | 0 | 0.76 | 0.62 | 0.18 | 349.13 | 0.64 | 0.51 |
| Hex | D2 | 32 | 4F | 0 | 4C | 3E | 12 | 15D | 40 | 33 |
| Octal | 322 | 62 | 117 | 0 | 114 | 76 | 22 | 535 | 100 | 63 |
| Binary | 11010010 | 110010 | 1001111 | 0 | 1001100 | 111110 | 10010 | 101011101 | 1000000 | 110011 |
Color Harmonies of #D2324F
Complementary color
Monochromatic Colors of #D2324F
Black with #D2324F
Text Example
Text Example
White with #D2324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2324F; }
p { color: rgb(210,50,79); }
H1.HeaderClassName
{
color: #D2324F;
}
.AnyTagClassName
{
color: #D2324F;
}
</style>
background-color css
<style>
a { background-color: #D2324F; }
a { background-color: rgb(210,50,79); }
div.DivClassName
{
background-color: #D2324F;
}
.BgClassName
{
background-color: #D2324F;
}
</style>
border-color css
<style>
span { border-color: #D2324F; }
span { border-color: rgb(210,50,79); }
td.TdClassName
{
border-color: #D2324F;
}
.TagClassName
{
border-color: #D2324F;
}
</style>