Shades of Brick Red #D43B4B
Tints of Brick Red #D43B4B
RGB
CMYK
RGB Variations
Color information
#D43B4B (or 0xD43B4B) is known color: Brick Red. HEX triplet: D4, 3B and 4B. RGB value is (212,59,75). Sum of RGB (Red+Green+Blue) = 212+59+75=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43B4B is #2BC4B4. Grayscale: #6A6A6A. Windows color (decimal): -2868405 or 4930516. OLE color: 4930516.
HSL color Cylindrical-coordinate representation of color #D43B4B: hue angle of 353.73º 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 #D43B4B is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 75 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.17 |
| HSL | 353.73º | 0.64% | 0.53% | - |
| HSV(B) | 353.73º | 0.72% | 0.83% | - |
| XYZ | 29.99 | 17.63 | 8.48 | - |
| YUV | 106.57 | 110.19 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 75 | 0 | 0.72 | 0.65 | 0.17 | 353.73 | 0.64 | 0.53 |
| Hex | D4 | 3B | 4B | 0 | 48 | 41 | 11 | 162 | 40 | 35 |
| Octal | 324 | 73 | 113 | 0 | 110 | 101 | 21 | 542 | 100 | 65 |
| Binary | 11010100 | 111011 | 1001011 | 0 | 1001000 | 1000001 | 10001 | 101100010 | 1000000 | 110101 |
Color Harmonies of #D43B4B
Complementary color
Monochromatic Colors of #D43B4B
Black with #D43B4B
Text Example
Text Example
White with #D43B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43B4B; }
p { color: rgb(212,59,75); }
H1.HeaderClassName
{
color: #D43B4B;
}
.AnyTagClassName
{
color: #D43B4B;
}
</style>
background-color css
<style>
a { background-color: #D43B4B; }
a { background-color: rgb(212,59,75); }
div.DivClassName
{
background-color: #D43B4B;
}
.BgClassName
{
background-color: #D43B4B;
}
</style>
border-color css
<style>
span { border-color: #D43B4B; }
span { border-color: rgb(212,59,75); }
td.TdClassName
{
border-color: #D43B4B;
}
.TagClassName
{
border-color: #D43B4B;
}
</style>