Shades of Brick Red #D42949
Tints of Brick Red #D42949
RGB
CMYK
RGB Variations
Color information
#D42949 (or 0xD42949) is known color: Brick Red. HEX triplet: D4, 29 and 49. RGB value is (212,41,73). Sum of RGB (Red+Green+Blue) = 212+41+73=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D42949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42949 is #2BD6B6. Grayscale: #5F5F5F. Windows color (decimal): -2873015 or 4794836. OLE color: 4794836.
HSL color Cylindrical-coordinate representation of color #D42949: hue angle of 348.77º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42949 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 73 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.17 |
| HSL | 348.77º | 0.68% | 0.5% | - |
| HSV(B) | 348.77º | 0.81% | 0.83% | - |
| XYZ | 29.15 | 16.06 | 7.87 | - |
| YUV | 95.78 | 115.15 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 73 | 0 | 0.81 | 0.66 | 0.17 | 348.77 | 0.68 | 0.5 |
| Hex | D4 | 29 | 49 | 0 | 51 | 42 | 11 | 15D | 44 | 32 |
| Octal | 324 | 51 | 111 | 0 | 121 | 102 | 21 | 535 | 104 | 62 |
| Binary | 11010100 | 101001 | 1001001 | 0 | 1010001 | 1000010 | 10001 | 101011101 | 1000100 | 110010 |
Color Harmonies of #D42949
Complementary color
Monochromatic Colors of #D42949
Black with #D42949
Text Example
Text Example
White with #D42949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42949; }
p { color: rgb(212,41,73); }
H1.HeaderClassName
{
color: #D42949;
}
.AnyTagClassName
{
color: #D42949;
}
</style>
background-color css
<style>
a { background-color: #D42949; }
a { background-color: rgb(212,41,73); }
div.DivClassName
{
background-color: #D42949;
}
.BgClassName
{
background-color: #D42949;
}
</style>
border-color css
<style>
span { border-color: #D42949; }
span { border-color: rgb(212,41,73); }
td.TdClassName
{
border-color: #D42949;
}
.TagClassName
{
border-color: #D42949;
}
</style>