Shades of Brick Red #D42940
Tints of Brick Red #D42940
RGB
CMYK
RGB Variations
Color information
#D42940 (or 0xD42940) is known color: Brick Red. HEX triplet: D4, 29 and 40. RGB value is (212,41,64). Sum of RGB (Red+Green+Blue) = 212+41+64=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D42940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42940 is #2BD6BF. Grayscale: #5E5E5E. Windows color (decimal): -2873024 or 4205012. OLE color: 4205012.
HSL color Cylindrical-coordinate representation of color #D42940: hue angle of 351.93º 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 #D42940 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 64 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.17 |
| HSL | 351.93º | 0.68% | 0.5% | - |
| HSV(B) | 351.93º | 0.81% | 0.83% | - |
| XYZ | 28.87 | 15.95 | 6.41 | - |
| YUV | 94.75 | 110.65 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 64 | 0 | 0.81 | 0.70 | 0.17 | 351.93 | 0.68 | 0.5 |
| Hex | D4 | 29 | 40 | 0 | 51 | 46 | 11 | 160 | 44 | 32 |
| Octal | 324 | 51 | 100 | 0 | 121 | 106 | 21 | 540 | 104 | 62 |
| Binary | 11010100 | 101001 | 1000000 | 0 | 1010001 | 1000110 | 10001 | 101100000 | 1000100 | 110010 |
Color Harmonies of #D42940
Complementary color
Monochromatic Colors of #D42940
Black with #D42940
Text Example
Text Example
White with #D42940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42940; }
p { color: rgb(212,41,64); }
H1.HeaderClassName
{
color: #D42940;
}
.AnyTagClassName
{
color: #D42940;
}
</style>
background-color css
<style>
a { background-color: #D42940; }
a { background-color: rgb(212,41,64); }
div.DivClassName
{
background-color: #D42940;
}
.BgClassName
{
background-color: #D42940;
}
</style>
border-color css
<style>
span { border-color: #D42940; }
span { border-color: rgb(212,41,64); }
td.TdClassName
{
border-color: #D42940;
}
.TagClassName
{
border-color: #D42940;
}
</style>