Shades of Brick Red #D32B3E
Tints of Brick Red #D32B3E
RGB
CMYK
RGB Variations
Color information
#D32B3E (or 0xD32B3E) is known color: Brick Red. HEX triplet: D3, 2B and 3E. RGB value is (211,43,62). Sum of RGB (Red+Green+Blue) = 211+43+62=316 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.77% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 211 - color contains mainly: red. Hex color #D32B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32B3E is #2CD4C1. Grayscale: #5F5F5F. Windows color (decimal): -2938050 or 4074451. OLE color: 4074451.
HSL color Cylindrical-coordinate representation of color #D32B3E: hue angle of 353.21º degrees, saturation: 0.66, 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 #D32B3E is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 43 | 62 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.17 |
| HSL | 353.21º | 0.66% | 0.5% | - |
| HSV(B) | 353.21º | 0.8% | 0.83% | - |
| XYZ | 28.6 | 15.92 | 6.12 | - |
| YUV | 95.4 | 109.16 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 43 | 62 | 0 | 0.80 | 0.71 | 0.17 | 353.21 | 0.66 | 0.5 |
| Hex | D3 | 2B | 3E | 0 | 50 | 47 | 11 | 161 | 42 | 32 |
| Octal | 323 | 53 | 76 | 0 | 120 | 107 | 21 | 541 | 102 | 62 |
| Binary | 11010011 | 101011 | 111110 | 0 | 1010000 | 1000111 | 10001 | 101100001 | 1000010 | 110010 |
Color Harmonies of #D32B3E
Complementary color
Monochromatic Colors of #D32B3E
Black with #D32B3E
Text Example
Text Example
White with #D32B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32B3E; }
p { color: rgb(211,43,62); }
H1.HeaderClassName
{
color: #D32B3E;
}
.AnyTagClassName
{
color: #D32B3E;
}
</style>
background-color css
<style>
a { background-color: #D32B3E; }
a { background-color: rgb(211,43,62); }
div.DivClassName
{
background-color: #D32B3E;
}
.BgClassName
{
background-color: #D32B3E;
}
</style>
border-color css
<style>
span { border-color: #D32B3E; }
span { border-color: rgb(211,43,62); }
td.TdClassName
{
border-color: #D32B3E;
}
.TagClassName
{
border-color: #D32B3E;
}
</style>