Shades of Brick Red #D42543
Tints of Brick Red #D42543
RGB
CMYK
RGB Variations
Color information
#D42543 (or 0xD42543) is known color: Brick Red. HEX triplet: D4, 25 and 43. RGB value is (212,37,67). Sum of RGB (Red+Green+Blue) = 212+37+67=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D42543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42543 is #2BDABC. Grayscale: #5C5C5C. Windows color (decimal): -2874045 or 4400596. OLE color: 4400596.
HSL color Cylindrical-coordinate representation of color #D42543: hue angle of 349.71º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42543 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 67 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.17 |
| HSL | 349.71º | 0.7% | 0.49% | - |
| HSV(B) | 349.71º | 0.83% | 0.83% | - |
| XYZ | 28.83 | 15.73 | 6.83 | - |
| YUV | 92.75 | 113.48 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 67 | 0 | 0.83 | 0.68 | 0.17 | 349.71 | 0.7 | 0.49 |
| Hex | D4 | 25 | 43 | 0 | 53 | 44 | 11 | 15E | 46 | 31 |
| Octal | 324 | 45 | 103 | 0 | 123 | 104 | 21 | 536 | 106 | 61 |
| Binary | 11010100 | 100101 | 1000011 | 0 | 1010011 | 1000100 | 10001 | 101011110 | 1000110 | 110001 |
Color Harmonies of #D42543
Complementary color
Monochromatic Colors of #D42543
Black with #D42543
Text Example
Text Example
White with #D42543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42543; }
p { color: rgb(212,37,67); }
H1.HeaderClassName
{
color: #D42543;
}
.AnyTagClassName
{
color: #D42543;
}
</style>
background-color css
<style>
a { background-color: #D42543; }
a { background-color: rgb(212,37,67); }
div.DivClassName
{
background-color: #D42543;
}
.BgClassName
{
background-color: #D42543;
}
</style>
border-color css
<style>
span { border-color: #D42543; }
span { border-color: rgb(212,37,67); }
td.TdClassName
{
border-color: #D42543;
}
.TagClassName
{
border-color: #D42543;
}
</style>