Shades of Brick Red #D32842
Tints of Brick Red #D32842
RGB
CMYK
RGB Variations
Color information
#D32842 (or 0xD32842) is known color: Brick Red. HEX triplet: D3, 28 and 42. RGB value is (211,40,66). Sum of RGB (Red+Green+Blue) = 211+40+66=317 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.56% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 211 - color contains mainly: red. Hex color #D32842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32842 is #2CD7BD. Grayscale: #5E5E5E. Windows color (decimal): -2938814 or 4335827. OLE color: 4335827.
HSL color Cylindrical-coordinate representation of color #D32842: hue angle of 350.88º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32842 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 40 | 66 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.17 |
| HSL | 350.88º | 0.68% | 0.49% | - |
| HSV(B) | 350.88º | 0.81% | 0.83% | - |
| XYZ | 28.61 | 15.76 | 6.69 | - |
| YUV | 94.09 | 112.15 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 66 | 0 | 0.81 | 0.69 | 0.17 | 350.88 | 0.68 | 0.49 |
| Hex | D3 | 28 | 42 | 0 | 51 | 45 | 11 | 15F | 44 | 31 |
| Octal | 323 | 50 | 102 | 0 | 121 | 105 | 21 | 537 | 104 | 61 |
| Binary | 11010011 | 101000 | 1000010 | 0 | 1010001 | 1000101 | 10001 | 101011111 | 1000100 | 110001 |
Color Harmonies of #D32842
Complementary color
Monochromatic Colors of #D32842
Black with #D32842
Text Example
Text Example
White with #D32842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32842; }
p { color: rgb(211,40,66); }
H1.HeaderClassName
{
color: #D32842;
}
.AnyTagClassName
{
color: #D32842;
}
</style>
background-color css
<style>
a { background-color: #D32842; }
a { background-color: rgb(211,40,66); }
div.DivClassName
{
background-color: #D32842;
}
.BgClassName
{
background-color: #D32842;
}
</style>
border-color css
<style>
span { border-color: #D32842; }
span { border-color: rgb(211,40,66); }
td.TdClassName
{
border-color: #D32842;
}
.TagClassName
{
border-color: #D32842;
}
</style>