Shades of Brick Red #D3324D
Tints of Brick Red #D3324D
RGB
CMYK
RGB Variations
Color information
#D3324D (or 0xD3324D) is known color: Brick Red. HEX triplet: D3, 32 and 4D. RGB value is (211,50,77). Sum of RGB (Red+Green+Blue) = 211+50+77=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D3324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3324D is #2CCDB2. Grayscale: #656565. Windows color (decimal): -2936243 or 5059283. OLE color: 5059283.
HSL color Cylindrical-coordinate representation of color #D3324D: hue angle of 349.94º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3324D is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 50 | 77 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.17 |
| HSL | 349.94º | 0.65% | 0.51% | - |
| HSV(B) | 349.94º | 0.76% | 0.83% | - |
| XYZ | 29.34 | 16.67 | 8.69 | - |
| YUV | 101.22 | 114.34 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 50 | 77 | 0 | 0.76 | 0.64 | 0.17 | 349.94 | 0.65 | 0.51 |
| Hex | D3 | 32 | 4D | 0 | 4C | 40 | 11 | 15E | 41 | 33 |
| Octal | 323 | 62 | 115 | 0 | 114 | 100 | 21 | 536 | 101 | 63 |
| Binary | 11010011 | 110010 | 1001101 | 0 | 1001100 | 1000000 | 10001 | 101011110 | 1000001 | 110011 |
Color Harmonies of #D3324D
Complementary color
Monochromatic Colors of #D3324D
Black with #D3324D
Text Example
Text Example
White with #D3324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3324D; }
p { color: rgb(211,50,77); }
H1.HeaderClassName
{
color: #D3324D;
}
.AnyTagClassName
{
color: #D3324D;
}
</style>
background-color css
<style>
a { background-color: #D3324D; }
a { background-color: rgb(211,50,77); }
div.DivClassName
{
background-color: #D3324D;
}
.BgClassName
{
background-color: #D3324D;
}
</style>
border-color css
<style>
span { border-color: #D3324D; }
span { border-color: rgb(211,50,77); }
td.TdClassName
{
border-color: #D3324D;
}
.TagClassName
{
border-color: #D3324D;
}
</style>