Shades of Brick Red #D43345
Tints of Brick Red #D43345
RGB
CMYK
RGB Variations
Color information
#D43345 (or 0xD43345) is known color: Brick Red. HEX triplet: D4, 33 and 45. RGB value is (212,51,69). Sum of RGB (Red+Green+Blue) = 212+51+69=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D43345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43345 is #2BCCBA. Grayscale: #656565. Windows color (decimal): -2870459 or 4535252. OLE color: 4535252.
HSL color Cylindrical-coordinate representation of color #D43345: hue angle of 353.29º 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 #D43345 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 69 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.17 |
| HSL | 353.29º | 0.65% | 0.52% | - |
| HSV(B) | 353.29º | 0.76% | 0.83% | - |
| XYZ | 29.41 | 16.79 | 7.32 | - |
| YUV | 101.19 | 109.84 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 69 | 0 | 0.76 | 0.67 | 0.17 | 353.29 | 0.65 | 0.52 |
| Hex | D4 | 33 | 45 | 0 | 4C | 43 | 11 | 161 | 41 | 34 |
| Octal | 324 | 63 | 105 | 0 | 114 | 103 | 21 | 541 | 101 | 64 |
| Binary | 11010100 | 110011 | 1000101 | 0 | 1001100 | 1000011 | 10001 | 101100001 | 1000001 | 110100 |
Color Harmonies of #D43345
Complementary color
Monochromatic Colors of #D43345
Black with #D43345
Text Example
Text Example
White with #D43345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43345; }
p { color: rgb(212,51,69); }
H1.HeaderClassName
{
color: #D43345;
}
.AnyTagClassName
{
color: #D43345;
}
</style>
background-color css
<style>
a { background-color: #D43345; }
a { background-color: rgb(212,51,69); }
div.DivClassName
{
background-color: #D43345;
}
.BgClassName
{
background-color: #D43345;
}
</style>
border-color css
<style>
span { border-color: #D43345; }
span { border-color: rgb(212,51,69); }
td.TdClassName
{
border-color: #D43345;
}
.TagClassName
{
border-color: #D43345;
}
</style>