Shades of Brick Red #D43C47
Tints of Brick Red #D43C47
RGB
CMYK
RGB Variations
Color information
#D43C47 (or 0xD43C47) is known color: Brick Red. HEX triplet: D4, 3C and 47. RGB value is (212,60,71). Sum of RGB (Red+Green+Blue) = 212+60+71=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43C47 is #2BC3B8. Grayscale: #6A6A6A. Windows color (decimal): -2868153 or 4668628. OLE color: 4668628.
HSL color Cylindrical-coordinate representation of color #D43C47: hue angle of 355.66º 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 #D43C47 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 71 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.17 |
| HSL | 355.66º | 0.64% | 0.53% | - |
| HSV(B) | 355.66º | 0.72% | 0.83% | - |
| XYZ | 29.9 | 17.68 | 7.8 | - |
| YUV | 106.7 | 107.86 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 71 | 0 | 0.72 | 0.67 | 0.17 | 355.66 | 0.64 | 0.53 |
| Hex | D4 | 3C | 47 | 0 | 48 | 43 | 11 | 164 | 40 | 35 |
| Octal | 324 | 74 | 107 | 0 | 110 | 103 | 21 | 544 | 100 | 65 |
| Binary | 11010100 | 111100 | 1000111 | 0 | 1001000 | 1000011 | 10001 | 101100100 | 1000000 | 110101 |
Color Harmonies of #D43C47
Complementary color
Monochromatic Colors of #D43C47
Black with #D43C47
Text Example
Text Example
White with #D43C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43C47; }
p { color: rgb(212,60,71); }
H1.HeaderClassName
{
color: #D43C47;
}
.AnyTagClassName
{
color: #D43C47;
}
</style>
background-color css
<style>
a { background-color: #D43C47; }
a { background-color: rgb(212,60,71); }
div.DivClassName
{
background-color: #D43C47;
}
.BgClassName
{
background-color: #D43C47;
}
</style>
border-color css
<style>
span { border-color: #D43C47; }
span { border-color: rgb(212,60,71); }
td.TdClassName
{
border-color: #D43C47;
}
.TagClassName
{
border-color: #D43C47;
}
</style>