Shades of Brick Red #D2324C
Tints of Brick Red #D2324C
RGB
CMYK
RGB Variations
Color information
#D2324C (or 0xD2324C) is known color: Brick Red. HEX triplet: D2, 32 and 4C. RGB value is (210,50,76). Sum of RGB (Red+Green+Blue) = 210+50+76=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D2324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2324C is #2DCDB3. Grayscale: #646464. Windows color (decimal): -3001780 or 4993746. OLE color: 4993746.
HSL color Cylindrical-coordinate representation of color #D2324C: hue angle of 350.25º 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 #D2324C is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 76 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.18 |
| HSL | 350.25º | 0.64% | 0.51% | - |
| HSV(B) | 350.25º | 0.76% | 0.82% | - |
| XYZ | 29.02 | 16.5 | 8.49 | - |
| YUV | 100.8 | 114.01 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 76 | 0 | 0.76 | 0.64 | 0.18 | 350.25 | 0.64 | 0.51 |
| Hex | D2 | 32 | 4C | 0 | 4C | 40 | 12 | 15E | 40 | 33 |
| Octal | 322 | 62 | 114 | 0 | 114 | 100 | 22 | 536 | 100 | 63 |
| Binary | 11010010 | 110010 | 1001100 | 0 | 1001100 | 1000000 | 10010 | 101011110 | 1000000 | 110011 |
Color Harmonies of #D2324C
Complementary color
Monochromatic Colors of #D2324C
Black with #D2324C
Text Example
Text Example
White with #D2324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2324C; }
p { color: rgb(210,50,76); }
H1.HeaderClassName
{
color: #D2324C;
}
.AnyTagClassName
{
color: #D2324C;
}
</style>
background-color css
<style>
a { background-color: #D2324C; }
a { background-color: rgb(210,50,76); }
div.DivClassName
{
background-color: #D2324C;
}
.BgClassName
{
background-color: #D2324C;
}
</style>
border-color css
<style>
span { border-color: #D2324C; }
span { border-color: rgb(210,50,76); }
td.TdClassName
{
border-color: #D2324C;
}
.TagClassName
{
border-color: #D2324C;
}
</style>