Shades of Brick Red #D32242
Tints of Brick Red #D32242
RGB
CMYK
RGB Variations
Color information
#D32242 (or 0xD32242) is known color: Brick Red. HEX triplet: D3, 22 and 42. RGB value is (211,34,66). Sum of RGB (Red+Green+Blue) = 211+34+66=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D32242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32242 is #2CDDBD. Grayscale: #5A5A5A. Windows color (decimal): -2940350 or 4334291. OLE color: 4334291.
HSL color Cylindrical-coordinate representation of color #D32242: hue angle of 349.15º 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 #D32242 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 34 | 66 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.17 |
| HSL | 349.15º | 0.72% | 0.48% | - |
| HSV(B) | 349.15º | 0.84% | 0.83% | - |
| XYZ | 28.42 | 15.39 | 6.63 | - |
| YUV | 90.57 | 114.14 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 34 | 66 | 0 | 0.84 | 0.69 | 0.17 | 349.15 | 0.72 | 0.48 |
| Hex | D3 | 22 | 42 | 0 | 54 | 45 | 11 | 15D | 48 | 30 |
| Octal | 323 | 42 | 102 | 0 | 124 | 105 | 21 | 535 | 110 | 60 |
| Binary | 11010011 | 100010 | 1000010 | 0 | 1010100 | 1000101 | 10001 | 101011101 | 1001000 | 110000 |
Color Harmonies of #D32242
Complementary color
Monochromatic Colors of #D32242
Black with #D32242
Text Example
Text Example
White with #D32242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32242; }
p { color: rgb(211,34,66); }
H1.HeaderClassName
{
color: #D32242;
}
.AnyTagClassName
{
color: #D32242;
}
</style>
background-color css
<style>
a { background-color: #D32242; }
a { background-color: rgb(211,34,66); }
div.DivClassName
{
background-color: #D32242;
}
.BgClassName
{
background-color: #D32242;
}
</style>
border-color css
<style>
span { border-color: #D32242; }
span { border-color: rgb(211,34,66); }
td.TdClassName
{
border-color: #D32242;
}
.TagClassName
{
border-color: #D32242;
}
</style>