Shades of Brick Red #D43A45
Tints of Brick Red #D43A45
RGB
CMYK
RGB Variations
Color information
#D43A45 (or 0xD43A45) is known color: Brick Red. HEX triplet: D4, 3A and 45. RGB value is (212,58,69). Sum of RGB (Red+Green+Blue) = 212+58+69=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43A45 is #2BC5BA. Grayscale: #696969. Windows color (decimal): -2868667 or 4537044. OLE color: 4537044.
HSL color Cylindrical-coordinate representation of color #D43A45: hue angle of 355.71º 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 #D43A45 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 58 | 69 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.17 |
| HSL | 355.71º | 0.64% | 0.53% | - |
| HSV(B) | 355.71º | 0.73% | 0.83% | - |
| XYZ | 29.74 | 17.45 | 7.43 | - |
| YUV | 105.3 | 107.52 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 58 | 69 | 0 | 0.73 | 0.67 | 0.17 | 355.71 | 0.64 | 0.53 |
| Hex | D4 | 3A | 45 | 0 | 49 | 43 | 11 | 164 | 40 | 35 |
| Octal | 324 | 72 | 105 | 0 | 111 | 103 | 21 | 544 | 100 | 65 |
| Binary | 11010100 | 111010 | 1000101 | 0 | 1001001 | 1000011 | 10001 | 101100100 | 1000000 | 110101 |
Color Harmonies of #D43A45
Complementary color
Monochromatic Colors of #D43A45
Black with #D43A45
Text Example
Text Example
White with #D43A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43A45; }
p { color: rgb(212,58,69); }
H1.HeaderClassName
{
color: #D43A45;
}
.AnyTagClassName
{
color: #D43A45;
}
</style>
background-color css
<style>
a { background-color: #D43A45; }
a { background-color: rgb(212,58,69); }
div.DivClassName
{
background-color: #D43A45;
}
.BgClassName
{
background-color: #D43A45;
}
</style>
border-color css
<style>
span { border-color: #D43A45; }
span { border-color: rgb(212,58,69); }
td.TdClassName
{
border-color: #D43A45;
}
.TagClassName
{
border-color: #D43A45;
}
</style>