Shades of Brick Red #D32249
Tints of Brick Red #D32249
RGB
CMYK
RGB Variations
Color information
#D32249 (or 0xD32249) is known color: Brick Red. HEX triplet: D3, 22 and 49. RGB value is (211,34,73). Sum of RGB (Red+Green+Blue) = 211+34+73=318 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.35% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 211 - color contains mainly: red. Hex color #D32249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32249 is #2CDDB6. Grayscale: #5B5B5B. Windows color (decimal): -2940343 or 4793043. OLE color: 4793043.
HSL color Cylindrical-coordinate representation of color #D32249: hue angle of 346.78º 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 #D32249 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 34 | 73 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.17 |
| HSL | 346.78º | 0.72% | 0.48% | - |
| HSV(B) | 346.78º | 0.84% | 0.83% | - |
| XYZ | 28.64 | 15.47 | 7.78 | - |
| YUV | 91.37 | 117.64 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 34 | 73 | 0 | 0.84 | 0.65 | 0.17 | 346.78 | 0.72 | 0.48 |
| Hex | D3 | 22 | 49 | 0 | 54 | 41 | 11 | 15B | 48 | 30 |
| Octal | 323 | 42 | 111 | 0 | 124 | 101 | 21 | 533 | 110 | 60 |
| Binary | 11010011 | 100010 | 1001001 | 0 | 1010100 | 1000001 | 10001 | 101011011 | 1001000 | 110000 |
Color Harmonies of #D32249
Complementary color
Monochromatic Colors of #D32249
Black with #D32249
Text Example
Text Example
White with #D32249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32249; }
p { color: rgb(211,34,73); }
H1.HeaderClassName
{
color: #D32249;
}
.AnyTagClassName
{
color: #D32249;
}
</style>
background-color css
<style>
a { background-color: #D32249; }
a { background-color: rgb(211,34,73); }
div.DivClassName
{
background-color: #D32249;
}
.BgClassName
{
background-color: #D32249;
}
</style>
border-color css
<style>
span { border-color: #D32249; }
span { border-color: rgb(211,34,73); }
td.TdClassName
{
border-color: #D32249;
}
.TagClassName
{
border-color: #D32249;
}
</style>