Shades of Brick Red #D43241
Tints of Brick Red #D43241
RGB
CMYK
RGB Variations
Color information
#D43241 (or 0xD43241) is known color: Brick Red. HEX triplet: D4, 32 and 41. RGB value is (212,50,65). Sum of RGB (Red+Green+Blue) = 212+50+65=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D43241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43241 is #2BCDBE. Grayscale: #646464. Windows color (decimal): -2870719 or 4272852. OLE color: 4272852.
HSL color Cylindrical-coordinate representation of color #D43241: hue angle of 354.44º 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 #D43241 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 50 | 65 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.17 |
| HSL | 354.44º | 0.65% | 0.51% | - |
| HSV(B) | 354.44º | 0.76% | 0.83% | - |
| XYZ | 29.25 | 16.66 | 6.68 | - |
| YUV | 100.15 | 108.17 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 50 | 65 | 0 | 0.76 | 0.69 | 0.17 | 354.44 | 0.65 | 0.51 |
| Hex | D4 | 32 | 41 | 0 | 4C | 45 | 11 | 162 | 41 | 33 |
| Octal | 324 | 62 | 101 | 0 | 114 | 105 | 21 | 542 | 101 | 63 |
| Binary | 11010100 | 110010 | 1000001 | 0 | 1001100 | 1000101 | 10001 | 101100010 | 1000001 | 110011 |
Color Harmonies of #D43241
Complementary color
Monochromatic Colors of #D43241
Black with #D43241
Text Example
Text Example
White with #D43241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43241; }
p { color: rgb(212,50,65); }
H1.HeaderClassName
{
color: #D43241;
}
.AnyTagClassName
{
color: #D43241;
}
</style>
background-color css
<style>
a { background-color: #D43241; }
a { background-color: rgb(212,50,65); }
div.DivClassName
{
background-color: #D43241;
}
.BgClassName
{
background-color: #D43241;
}
</style>
border-color css
<style>
span { border-color: #D43241; }
span { border-color: rgb(212,50,65); }
td.TdClassName
{
border-color: #D43241;
}
.TagClassName
{
border-color: #D43241;
}
</style>