Shades of Brick Red #D43445
Tints of Brick Red #D43445
RGB
CMYK
RGB Variations
Color information
#D43445 (or 0xD43445) is known color: Brick Red. HEX triplet: D4, 34 and 45. RGB value is (212,52,69). Sum of RGB (Red+Green+Blue) = 212+52+69=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D43445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43445 is #2BCBBA. Grayscale: #656565. Windows color (decimal): -2870203 or 4535508. OLE color: 4535508.
HSL color Cylindrical-coordinate representation of color #D43445: hue angle of 353.62º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43445 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 52 | 69 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.17 |
| HSL | 353.63º | 0.65% | 0.52% | - |
| HSV(B) | 353.63º | 0.75% | 0.83% | - |
| XYZ | 29.45 | 16.88 | 7.34 | - |
| YUV | 101.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 69 | 0 | 0.75 | 0.67 | 0.17 | 353.63 | 0.65 | 0.52 |
| Hex | D4 | 34 | 45 | 0 | 4B | 43 | 11 | 162 | 41 | 34 |
| Octal | 324 | 64 | 105 | 0 | 113 | 103 | 21 | 542 | 101 | 64 |
| Binary | 11010100 | 110100 | 1000101 | 0 | 1001011 | 1000011 | 10001 | 101100010 | 1000001 | 110100 |
Color Harmonies of #D43445
Complementary color
Monochromatic Colors of #D43445
Black with #D43445
Text Example
Text Example
White with #D43445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43445; }
p { color: rgb(212,52,69); }
H1.HeaderClassName
{
color: #D43445;
}
.AnyTagClassName
{
color: #D43445;
}
</style>
background-color css
<style>
a { background-color: #D43445; }
a { background-color: rgb(212,52,69); }
div.DivClassName
{
background-color: #D43445;
}
.BgClassName
{
background-color: #D43445;
}
</style>
border-color css
<style>
span { border-color: #D43445; }
span { border-color: rgb(212,52,69); }
td.TdClassName
{
border-color: #D43445;
}
.TagClassName
{
border-color: #D43445;
}
</style>