Shades of Brick Red #D42942
Tints of Brick Red #D42942
RGB
CMYK
RGB Variations
Color information
#D42942 (or 0xD42942) is known color: Brick Red. HEX triplet: D4, 29 and 42. RGB value is (212,41,66). Sum of RGB (Red+Green+Blue) = 212+41+66=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D42942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42942 is #2BD6BD. Grayscale: #5F5F5F. Windows color (decimal): -2873022 or 4336084. OLE color: 4336084.
HSL color Cylindrical-coordinate representation of color #D42942: hue angle of 351.23º 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 #D42942 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 66 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.17 |
| HSL | 351.23º | 0.68% | 0.5% | - |
| HSV(B) | 351.23º | 0.81% | 0.83% | - |
| XYZ | 28.93 | 15.98 | 6.71 | - |
| YUV | 94.98 | 111.65 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 66 | 0 | 0.81 | 0.69 | 0.17 | 351.23 | 0.68 | 0.5 |
| Hex | D4 | 29 | 42 | 0 | 51 | 45 | 11 | 15F | 44 | 32 |
| Octal | 324 | 51 | 102 | 0 | 121 | 105 | 21 | 537 | 104 | 62 |
| Binary | 11010100 | 101001 | 1000010 | 0 | 1010001 | 1000101 | 10001 | 101011111 | 1000100 | 110010 |
Color Harmonies of #D42942
Complementary color
Monochromatic Colors of #D42942
Black with #D42942
Text Example
Text Example
White with #D42942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42942; }
p { color: rgb(212,41,66); }
H1.HeaderClassName
{
color: #D42942;
}
.AnyTagClassName
{
color: #D42942;
}
</style>
background-color css
<style>
a { background-color: #D42942; }
a { background-color: rgb(212,41,66); }
div.DivClassName
{
background-color: #D42942;
}
.BgClassName
{
background-color: #D42942;
}
</style>
border-color css
<style>
span { border-color: #D42942; }
span { border-color: rgb(212,41,66); }
td.TdClassName
{
border-color: #D42942;
}
.TagClassName
{
border-color: #D42942;
}
</style>