Shades of Brick Red #D42E4B
Tints of Brick Red #D42E4B
RGB
CMYK
RGB Variations
Color information
#D42E4B (or 0xD42E4B) is known color: Brick Red. HEX triplet: D4, 2E and 4B. RGB value is (212,46,75). Sum of RGB (Red+Green+Blue) = 212+46+75=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D42E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42E4B is #2BD1B4. Grayscale: #626262. Windows color (decimal): -2871733 or 4927188. OLE color: 4927188.
HSL color Cylindrical-coordinate representation of color #D42E4B: hue angle of 349.52º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42E4B is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 46 | 75 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.17 |
| HSL | 349.52º | 0.66% | 0.51% | - |
| HSV(B) | 349.52º | 0.78% | 0.83% | - |
| XYZ | 29.4 | 16.46 | 8.28 | - |
| YUV | 98.94 | 114.5 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 75 | 0 | 0.78 | 0.65 | 0.17 | 349.52 | 0.66 | 0.51 |
| Hex | D4 | 2E | 4B | 0 | 4E | 41 | 11 | 15E | 42 | 33 |
| Octal | 324 | 56 | 113 | 0 | 116 | 101 | 21 | 536 | 102 | 63 |
| Binary | 11010100 | 101110 | 1001011 | 0 | 1001110 | 1000001 | 10001 | 101011110 | 1000010 | 110011 |
Color Harmonies of #D42E4B
Complementary color
Monochromatic Colors of #D42E4B
Black with #D42E4B
Text Example
Text Example
White with #D42E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42E4B; }
p { color: rgb(212,46,75); }
H1.HeaderClassName
{
color: #D42E4B;
}
.AnyTagClassName
{
color: #D42E4B;
}
</style>
background-color css
<style>
a { background-color: #D42E4B; }
a { background-color: rgb(212,46,75); }
div.DivClassName
{
background-color: #D42E4B;
}
.BgClassName
{
background-color: #D42E4B;
}
</style>
border-color css
<style>
span { border-color: #D42E4B; }
span { border-color: rgb(212,46,75); }
td.TdClassName
{
border-color: #D42E4B;
}
.TagClassName
{
border-color: #D42E4B;
}
</style>