Shades of Brick Red #D43B4D
Tints of Brick Red #D43B4D
RGB
CMYK
RGB Variations
Color information
#D43B4D (or 0xD43B4D) is known color: Brick Red. HEX triplet: D4, 3B and 4D. RGB value is (212,59,77). Sum of RGB (Red+Green+Blue) = 212+59+77=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43B4D is #2BC4B2. Grayscale: #6A6A6A. Windows color (decimal): -2868403 or 5061588. OLE color: 5061588.
HSL color Cylindrical-coordinate representation of color #D43B4D: hue angle of 352.94º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43B4D is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 77 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.17 |
| HSL | 352.94º | 0.64% | 0.53% | - |
| HSV(B) | 352.94º | 0.72% | 0.83% | - |
| XYZ | 30.05 | 17.66 | 8.85 | - |
| YUV | 106.8 | 111.19 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 77 | 0 | 0.72 | 0.64 | 0.17 | 352.94 | 0.64 | 0.53 |
| Hex | D4 | 3B | 4D | 0 | 48 | 40 | 11 | 161 | 40 | 35 |
| Octal | 324 | 73 | 115 | 0 | 110 | 100 | 21 | 541 | 100 | 65 |
| Binary | 11010100 | 111011 | 1001101 | 0 | 1001000 | 1000000 | 10001 | 101100001 | 1000000 | 110101 |
Color Harmonies of #D43B4D
Complementary color
Monochromatic Colors of #D43B4D
Black with #D43B4D
Text Example
Text Example
White with #D43B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43B4D; }
p { color: rgb(212,59,77); }
H1.HeaderClassName
{
color: #D43B4D;
}
.AnyTagClassName
{
color: #D43B4D;
}
</style>
background-color css
<style>
a { background-color: #D43B4D; }
a { background-color: rgb(212,59,77); }
div.DivClassName
{
background-color: #D43B4D;
}
.BgClassName
{
background-color: #D43B4D;
}
</style>
border-color css
<style>
span { border-color: #D43B4D; }
span { border-color: rgb(212,59,77); }
td.TdClassName
{
border-color: #D43B4D;
}
.TagClassName
{
border-color: #D43B4D;
}
</style>