Shades of Brick Red #D43145
Tints of Brick Red #D43145
RGB
CMYK
RGB Variations
Color information
#D43145 (or 0xD43145) is known color: Brick Red. HEX triplet: D4, 31 and 45. RGB value is (212,49,69). Sum of RGB (Red+Green+Blue) = 212+49+69=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D43145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43145 is #2BCEBA. Grayscale: #646464. Windows color (decimal): -2870971 or 4534740. OLE color: 4534740.
HSL color Cylindrical-coordinate representation of color #D43145: hue angle of 352.64º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43145 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 49 | 69 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.17 |
| HSL | 352.64º | 0.65% | 0.51% | - |
| HSV(B) | 352.64º | 0.77% | 0.83% | - |
| XYZ | 29.32 | 16.62 | 7.29 | - |
| YUV | 100.02 | 110.5 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 69 | 0 | 0.77 | 0.67 | 0.17 | 352.64 | 0.65 | 0.51 |
| Hex | D4 | 31 | 45 | 0 | 4D | 43 | 11 | 161 | 41 | 33 |
| Octal | 324 | 61 | 105 | 0 | 115 | 103 | 21 | 541 | 101 | 63 |
| Binary | 11010100 | 110001 | 1000101 | 0 | 1001101 | 1000011 | 10001 | 101100001 | 1000001 | 110011 |
Color Harmonies of #D43145
Complementary color
Monochromatic Colors of #D43145
Black with #D43145
Text Example
Text Example
White with #D43145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43145; }
p { color: rgb(212,49,69); }
H1.HeaderClassName
{
color: #D43145;
}
.AnyTagClassName
{
color: #D43145;
}
</style>
background-color css
<style>
a { background-color: #D43145; }
a { background-color: rgb(212,49,69); }
div.DivClassName
{
background-color: #D43145;
}
.BgClassName
{
background-color: #D43145;
}
</style>
border-color css
<style>
span { border-color: #D43145; }
span { border-color: rgb(212,49,69); }
td.TdClassName
{
border-color: #D43145;
}
.TagClassName
{
border-color: #D43145;
}
</style>