Shades of Brick Red #D42941
Tints of Brick Red #D42941
RGB
CMYK
RGB Variations
Color information
#D42941 (or 0xD42941) is known color: Brick Red. HEX triplet: D4, 29 and 41. RGB value is (212,41,65). Sum of RGB (Red+Green+Blue) = 212+41+65=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D42941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42941 is #2BD6BE. Grayscale: #5E5E5E. Windows color (decimal): -2873023 or 4270548. OLE color: 4270548.
HSL color Cylindrical-coordinate representation of color #D42941: hue angle of 351.58º 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 #D42941 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 65 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.17 |
| HSL | 351.58º | 0.68% | 0.5% | - |
| HSV(B) | 351.58º | 0.81% | 0.83% | - |
| XYZ | 28.9 | 15.96 | 6.56 | - |
| YUV | 94.87 | 111.15 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 65 | 0 | 0.81 | 0.69 | 0.17 | 351.58 | 0.68 | 0.5 |
| Hex | D4 | 29 | 41 | 0 | 51 | 45 | 11 | 160 | 44 | 32 |
| Octal | 324 | 51 | 101 | 0 | 121 | 105 | 21 | 540 | 104 | 62 |
| Binary | 11010100 | 101001 | 1000001 | 0 | 1010001 | 1000101 | 10001 | 101100000 | 1000100 | 110010 |
Color Harmonies of #D42941
Complementary color
Monochromatic Colors of #D42941
Black with #D42941
Text Example
Text Example
White with #D42941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42941; }
p { color: rgb(212,41,65); }
H1.HeaderClassName
{
color: #D42941;
}
.AnyTagClassName
{
color: #D42941;
}
</style>
background-color css
<style>
a { background-color: #D42941; }
a { background-color: rgb(212,41,65); }
div.DivClassName
{
background-color: #D42941;
}
.BgClassName
{
background-color: #D42941;
}
</style>
border-color css
<style>
span { border-color: #D42941; }
span { border-color: rgb(212,41,65); }
td.TdClassName
{
border-color: #D42941;
}
.TagClassName
{
border-color: #D42941;
}
</style>