Shades of Brick Red #D42943
Tints of Brick Red #D42943
RGB
CMYK
RGB Variations
Color information
#D42943 (or 0xD42943) is known color: Brick Red. HEX triplet: D4, 29 and 43. RGB value is (212,41,67). Sum of RGB (Red+Green+Blue) = 212+41+67=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D42943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42943 is #2BD6BC. Grayscale: #5F5F5F. Windows color (decimal): -2873021 or 4401620. OLE color: 4401620.
HSL color Cylindrical-coordinate representation of color #D42943: hue angle of 350.88º 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 #D42943 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 67 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.17 |
| HSL | 350.88º | 0.68% | 0.5% | - |
| HSV(B) | 350.88º | 0.81% | 0.83% | - |
| XYZ | 28.96 | 15.99 | 6.87 | - |
| YUV | 95.09 | 112.15 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 67 | 0 | 0.81 | 0.68 | 0.17 | 350.88 | 0.68 | 0.5 |
| Hex | D4 | 29 | 43 | 0 | 51 | 44 | 11 | 15F | 44 | 32 |
| Octal | 324 | 51 | 103 | 0 | 121 | 104 | 21 | 537 | 104 | 62 |
| Binary | 11010100 | 101001 | 1000011 | 0 | 1010001 | 1000100 | 10001 | 101011111 | 1000100 | 110010 |
Color Harmonies of #D42943
Complementary color
Monochromatic Colors of #D42943
Black with #D42943
Text Example
Text Example
White with #D42943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42943; }
p { color: rgb(212,41,67); }
H1.HeaderClassName
{
color: #D42943;
}
.AnyTagClassName
{
color: #D42943;
}
</style>
background-color css
<style>
a { background-color: #D42943; }
a { background-color: rgb(212,41,67); }
div.DivClassName
{
background-color: #D42943;
}
.BgClassName
{
background-color: #D42943;
}
</style>
border-color css
<style>
span { border-color: #D42943; }
span { border-color: rgb(212,41,67); }
td.TdClassName
{
border-color: #D42943;
}
.TagClassName
{
border-color: #D42943;
}
</style>