Shades of Brick Red #D43240
Tints of Brick Red #D43240
RGB
CMYK
RGB Variations
Color information
#D43240 (or 0xD43240) is known color: Brick Red. HEX triplet: D4, 32 and 40. RGB value is (212,50,64). Sum of RGB (Red+Green+Blue) = 212+50+64=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D43240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43240 is #2BCDBF. Grayscale: #646464. Windows color (decimal): -2870720 or 4207316. OLE color: 4207316.
HSL color Cylindrical-coordinate representation of color #D43240: hue angle of 354.81º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43240 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 50 | 64 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.17 |
| HSL | 354.81º | 0.65% | 0.51% | - |
| HSV(B) | 354.81º | 0.76% | 0.83% | - |
| XYZ | 29.22 | 16.65 | 6.52 | - |
| YUV | 100.03 | 107.67 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 50 | 64 | 0 | 0.76 | 0.70 | 0.17 | 354.81 | 0.65 | 0.51 |
| Hex | D4 | 32 | 40 | 0 | 4C | 46 | 11 | 163 | 41 | 33 |
| Octal | 324 | 62 | 100 | 0 | 114 | 106 | 21 | 543 | 101 | 63 |
| Binary | 11010100 | 110010 | 1000000 | 0 | 1001100 | 1000110 | 10001 | 101100011 | 1000001 | 110011 |
Color Harmonies of #D43240
Complementary color
Monochromatic Colors of #D43240
Black with #D43240
Text Example
Text Example
White with #D43240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43240; }
p { color: rgb(212,50,64); }
H1.HeaderClassName
{
color: #D43240;
}
.AnyTagClassName
{
color: #D43240;
}
</style>
background-color css
<style>
a { background-color: #D43240; }
a { background-color: rgb(212,50,64); }
div.DivClassName
{
background-color: #D43240;
}
.BgClassName
{
background-color: #D43240;
}
</style>
border-color css
<style>
span { border-color: #D43240; }
span { border-color: rgb(212,50,64); }
td.TdClassName
{
border-color: #D43240;
}
.TagClassName
{
border-color: #D43240;
}
</style>