Shades of Brick Red #D43347
Tints of Brick Red #D43347
RGB
CMYK
RGB Variations
Color information
#D43347 (or 0xD43347) is known color: Brick Red. HEX triplet: D4, 33 and 47. RGB value is (212,51,71). Sum of RGB (Red+Green+Blue) = 212+51+71=334 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.47% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 212 - color contains mainly: red. Hex color #D43347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43347 is #2BCCB8. Grayscale: #656565. Windows color (decimal): -2870457 or 4666324. OLE color: 4666324.
HSL color Cylindrical-coordinate representation of color #D43347: hue angle of 352.55º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43347 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 71 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.17 |
| HSL | 352.55º | 0.65% | 0.52% | - |
| HSV(B) | 352.55º | 0.76% | 0.83% | - |
| XYZ | 29.47 | 16.82 | 7.65 | - |
| YUV | 101.42 | 110.84 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 71 | 0 | 0.76 | 0.67 | 0.17 | 352.55 | 0.65 | 0.52 |
| Hex | D4 | 33 | 47 | 0 | 4C | 43 | 11 | 161 | 41 | 34 |
| Octal | 324 | 63 | 107 | 0 | 114 | 103 | 21 | 541 | 101 | 64 |
| Binary | 11010100 | 110011 | 1000111 | 0 | 1001100 | 1000011 | 10001 | 101100001 | 1000001 | 110100 |
Color Harmonies of #D43347
Complementary color
Monochromatic Colors of #D43347
Black with #D43347
Text Example
Text Example
White with #D43347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43347; }
p { color: rgb(212,51,71); }
H1.HeaderClassName
{
color: #D43347;
}
.AnyTagClassName
{
color: #D43347;
}
</style>
background-color css
<style>
a { background-color: #D43347; }
a { background-color: rgb(212,51,71); }
div.DivClassName
{
background-color: #D43347;
}
.BgClassName
{
background-color: #D43347;
}
</style>
border-color css
<style>
span { border-color: #D43347; }
span { border-color: rgb(212,51,71); }
td.TdClassName
{
border-color: #D43347;
}
.TagClassName
{
border-color: #D43347;
}
</style>