Shades of Brick Red #D43945
Tints of Brick Red #D43945
RGB
CMYK
RGB Variations
Color information
#D43945 (or 0xD43945) is known color: Brick Red. HEX triplet: D4, 39 and 45. RGB value is (212,57,69). Sum of RGB (Red+Green+Blue) = 212+57+69=338 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.72% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 212 - color contains mainly: red. Hex color #D43945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43945 is #2BC6BA. Grayscale: #686868. Windows color (decimal): -2868923 or 4536788. OLE color: 4536788.
HSL color Cylindrical-coordinate representation of color #D43945: hue angle of 355.35º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D43945 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 69 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.17 |
| HSL | 355.35º | 0.64% | 0.53% | - |
| HSV(B) | 355.35º | 0.73% | 0.83% | - |
| XYZ | 29.69 | 17.35 | 7.41 | - |
| YUV | 104.71 | 107.85 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 69 | 0 | 0.73 | 0.67 | 0.17 | 355.35 | 0.64 | 0.53 |
| Hex | D4 | 39 | 45 | 0 | 49 | 43 | 11 | 163 | 40 | 35 |
| Octal | 324 | 71 | 105 | 0 | 111 | 103 | 21 | 543 | 100 | 65 |
| Binary | 11010100 | 111001 | 1000101 | 0 | 1001001 | 1000011 | 10001 | 101100011 | 1000000 | 110101 |
Color Harmonies of #D43945
Complementary color
Monochromatic Colors of #D43945
Black with #D43945
Text Example
Text Example
White with #D43945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43945; }
p { color: rgb(212,57,69); }
H1.HeaderClassName
{
color: #D43945;
}
.AnyTagClassName
{
color: #D43945;
}
</style>
background-color css
<style>
a { background-color: #D43945; }
a { background-color: rgb(212,57,69); }
div.DivClassName
{
background-color: #D43945;
}
.BgClassName
{
background-color: #D43945;
}
</style>
border-color css
<style>
span { border-color: #D43945; }
span { border-color: rgb(212,57,69); }
td.TdClassName
{
border-color: #D43945;
}
.TagClassName
{
border-color: #D43945;
}
</style>