Shades of Brick Red #D32D4B
Tints of Brick Red #D32D4B
RGB
CMYK
RGB Variations
Color information
#D32D4B (or 0xD32D4B) is known color: Brick Red. HEX triplet: D3, 2D and 4B. RGB value is (211,45,75). Sum of RGB (Red+Green+Blue) = 211+45+75=331 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.75% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 211 - color contains mainly: red. Hex color #D32D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32D4B is #2CD2B4. Grayscale: #626262. Windows color (decimal): -2937525 or 4926931. OLE color: 4926931.
HSL color Cylindrical-coordinate representation of color #D32D4B: hue angle of 349.16º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D32D4B is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 45 | 75 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.17 |
| HSL | 349.16º | 0.65% | 0.5% | - |
| HSV(B) | 349.16º | 0.79% | 0.83% | - |
| XYZ | 29.07 | 16.23 | 8.26 | - |
| YUV | 98.05 | 115 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 45 | 75 | 0 | 0.79 | 0.64 | 0.17 | 349.16 | 0.65 | 0.5 |
| Hex | D3 | 2D | 4B | 0 | 4F | 40 | 11 | 15D | 41 | 32 |
| Octal | 323 | 55 | 113 | 0 | 117 | 100 | 21 | 535 | 101 | 62 |
| Binary | 11010011 | 101101 | 1001011 | 0 | 1001111 | 1000000 | 10001 | 101011101 | 1000001 | 110010 |
Color Harmonies of #D32D4B
Complementary color
Monochromatic Colors of #D32D4B
Black with #D32D4B
Text Example
Text Example
White with #D32D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32D4B; }
p { color: rgb(211,45,75); }
H1.HeaderClassName
{
color: #D32D4B;
}
.AnyTagClassName
{
color: #D32D4B;
}
</style>
background-color css
<style>
a { background-color: #D32D4B; }
a { background-color: rgb(211,45,75); }
div.DivClassName
{
background-color: #D32D4B;
}
.BgClassName
{
background-color: #D32D4B;
}
</style>
border-color css
<style>
span { border-color: #D32D4B; }
span { border-color: rgb(211,45,75); }
td.TdClassName
{
border-color: #D32D4B;
}
.TagClassName
{
border-color: #D32D4B;
}
</style>