Shades of Brick Red #D43D4E
Tints of Brick Red #D43D4E
RGB
CMYK
RGB Variations
Color information
#D43D4E (or 0xD43D4E) is known color: Brick Red. HEX triplet: D4, 3D and 4E. RGB value is (212,61,78). Sum of RGB (Red+Green+Blue) = 212+61+78=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43D4E is #2BC2B1. Grayscale: #6C6C6C. Windows color (decimal): -2867890 or 5127636. OLE color: 5127636.
HSL color Cylindrical-coordinate representation of color #D43D4E: hue angle of 353.25º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D43D4E is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 78 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.17 |
| HSL | 353.25º | 0.64% | 0.54% | - |
| HSV(B) | 353.25º | 0.71% | 0.83% | - |
| XYZ | 30.2 | 17.88 | 9.07 | - |
| YUV | 108.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 78 | 0 | 0.71 | 0.63 | 0.17 | 353.25 | 0.64 | 0.54 |
| Hex | D4 | 3D | 4E | 0 | 47 | 3F | 11 | 161 | 40 | 36 |
| Octal | 324 | 75 | 116 | 0 | 107 | 77 | 21 | 541 | 100 | 66 |
| Binary | 11010100 | 111101 | 1001110 | 0 | 1000111 | 111111 | 10001 | 101100001 | 1000000 | 110110 |
Color Harmonies of #D43D4E
Complementary color
Monochromatic Colors of #D43D4E
Black with #D43D4E
Text Example
Text Example
White with #D43D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43D4E; }
p { color: rgb(212,61,78); }
H1.HeaderClassName
{
color: #D43D4E;
}
.AnyTagClassName
{
color: #D43D4E;
}
</style>
background-color css
<style>
a { background-color: #D43D4E; }
a { background-color: rgb(212,61,78); }
div.DivClassName
{
background-color: #D43D4E;
}
.BgClassName
{
background-color: #D43D4E;
}
</style>
border-color css
<style>
span { border-color: #D43D4E; }
span { border-color: rgb(212,61,78); }
td.TdClassName
{
border-color: #D43D4E;
}
.TagClassName
{
border-color: #D43D4E;
}
</style>