Shades of Brick Red #D43041
Tints of Brick Red #D43041
RGB
CMYK
RGB Variations
Color information
#D43041 (or 0xD43041) is known color: Brick Red. HEX triplet: D4, 30 and 41. RGB value is (212,48,65). Sum of RGB (Red+Green+Blue) = 212+48+65=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D43041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43041 is #2BCFBE. Grayscale: #636363. Windows color (decimal): -2871231 or 4272340. OLE color: 4272340.
HSL color Cylindrical-coordinate representation of color #D43041: hue angle of 353.78º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43041 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 65 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.17 |
| HSL | 353.78º | 0.66% | 0.51% | - |
| HSV(B) | 353.78º | 0.77% | 0.83% | - |
| XYZ | 29.16 | 16.49 | 6.65 | - |
| YUV | 98.97 | 108.83 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 65 | 0 | 0.77 | 0.69 | 0.17 | 353.78 | 0.66 | 0.51 |
| Hex | D4 | 30 | 41 | 0 | 4D | 45 | 11 | 162 | 42 | 33 |
| Octal | 324 | 60 | 101 | 0 | 115 | 105 | 21 | 542 | 102 | 63 |
| Binary | 11010100 | 110000 | 1000001 | 0 | 1001101 | 1000101 | 10001 | 101100010 | 1000010 | 110011 |
Color Harmonies of #D43041
Complementary color
Monochromatic Colors of #D43041
Black with #D43041
Text Example
Text Example
White with #D43041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43041; }
p { color: rgb(212,48,65); }
H1.HeaderClassName
{
color: #D43041;
}
.AnyTagClassName
{
color: #D43041;
}
</style>
background-color css
<style>
a { background-color: #D43041; }
a { background-color: rgb(212,48,65); }
div.DivClassName
{
background-color: #D43041;
}
.BgClassName
{
background-color: #D43041;
}
</style>
border-color css
<style>
span { border-color: #D43041; }
span { border-color: rgb(212,48,65); }
td.TdClassName
{
border-color: #D43041;
}
.TagClassName
{
border-color: #D43041;
}
</style>