Shades of Brick Red #D32A4D
Tints of Brick Red #D32A4D
RGB
CMYK
RGB Variations
Color information
#D32A4D (or 0xD32A4D) is known color: Brick Red. HEX triplet: D3, 2A and 4D. RGB value is (211,42,77). Sum of RGB (Red+Green+Blue) = 211+42+77=330 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.94% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 211 - color contains mainly: red. Hex color #D32A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32A4D is #2CD5B2. Grayscale: #606060. Windows color (decimal): -2938291 or 5057235. OLE color: 5057235.
HSL color Cylindrical-coordinate representation of color #D32A4D: hue angle of 347.57º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32A4D is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 42 | 77 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.17 |
| HSL | 347.57º | 0.67% | 0.5% | - |
| HSV(B) | 347.57º | 0.8% | 0.83% | - |
| XYZ | 29.03 | 16.04 | 8.59 | - |
| YUV | 96.52 | 116.99 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 77 | 0 | 0.80 | 0.64 | 0.17 | 347.57 | 0.67 | 0.5 |
| Hex | D3 | 2A | 4D | 0 | 50 | 40 | 11 | 15C | 43 | 32 |
| Octal | 323 | 52 | 115 | 0 | 120 | 100 | 21 | 534 | 103 | 62 |
| Binary | 11010011 | 101010 | 1001101 | 0 | 1010000 | 1000000 | 10001 | 101011100 | 1000011 | 110010 |
Color Harmonies of #D32A4D
Complementary color
Monochromatic Colors of #D32A4D
Black with #D32A4D
Text Example
Text Example
White with #D32A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32A4D; }
p { color: rgb(211,42,77); }
H1.HeaderClassName
{
color: #D32A4D;
}
.AnyTagClassName
{
color: #D32A4D;
}
</style>
background-color css
<style>
a { background-color: #D32A4D; }
a { background-color: rgb(211,42,77); }
div.DivClassName
{
background-color: #D32A4D;
}
.BgClassName
{
background-color: #D32A4D;
}
</style>
border-color css
<style>
span { border-color: #D32A4D; }
span { border-color: rgb(211,42,77); }
td.TdClassName
{
border-color: #D32A4D;
}
.TagClassName
{
border-color: #D32A4D;
}
</style>