Shades of Brick Red #D32246
Tints of Brick Red #D32246
RGB
CMYK
RGB Variations
Color information
#D32246 (or 0xD32246) is known color: Brick Red. HEX triplet: D3, 22 and 46. RGB value is (211,34,70). Sum of RGB (Red+Green+Blue) = 211+34+70=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D32246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32246 is #2CDDB9. Grayscale: #5B5B5B. Windows color (decimal): -2940346 or 4596435. OLE color: 4596435.
HSL color Cylindrical-coordinate representation of color #D32246: hue angle of 347.8º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D32246 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 34 | 70 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.17 |
| HSL | 347.8º | 0.72% | 0.48% | - |
| HSV(B) | 347.8º | 0.84% | 0.83% | - |
| XYZ | 28.54 | 15.44 | 7.27 | - |
| YUV | 91.03 | 116.14 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 34 | 70 | 0 | 0.84 | 0.67 | 0.17 | 347.8 | 0.72 | 0.48 |
| Hex | D3 | 22 | 46 | 0 | 54 | 43 | 11 | 15C | 48 | 30 |
| Octal | 323 | 42 | 106 | 0 | 124 | 103 | 21 | 534 | 110 | 60 |
| Binary | 11010011 | 100010 | 1000110 | 0 | 1010100 | 1000011 | 10001 | 101011100 | 1001000 | 110000 |
Color Harmonies of #D32246
Complementary color
Monochromatic Colors of #D32246
Black with #D32246
Text Example
Text Example
White with #D32246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32246; }
p { color: rgb(211,34,70); }
H1.HeaderClassName
{
color: #D32246;
}
.AnyTagClassName
{
color: #D32246;
}
</style>
background-color css
<style>
a { background-color: #D32246; }
a { background-color: rgb(211,34,70); }
div.DivClassName
{
background-color: #D32246;
}
.BgClassName
{
background-color: #D32246;
}
</style>
border-color css
<style>
span { border-color: #D32246; }
span { border-color: rgb(211,34,70); }
td.TdClassName
{
border-color: #D32246;
}
.TagClassName
{
border-color: #D32246;
}
</style>