Shades of Brick Red #D43344
Tints of Brick Red #D43344
RGB
CMYK
RGB Variations
Color information
#D43344 (or 0xD43344) is known color: Brick Red. HEX triplet: D4, 33 and 44. RGB value is (212,51,68). Sum of RGB (Red+Green+Blue) = 212+51+68=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D43344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43344 is #2BCCBB. Grayscale: #656565. Windows color (decimal): -2870460 or 4469716. OLE color: 4469716.
HSL color Cylindrical-coordinate representation of color #D43344: hue angle of 353.66º 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 #D43344 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 68 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.17 |
| HSL | 353.66º | 0.65% | 0.52% | - |
| HSV(B) | 353.66º | 0.76% | 0.83% | - |
| XYZ | 29.38 | 16.78 | 7.16 | - |
| YUV | 101.08 | 109.34 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 68 | 0 | 0.76 | 0.68 | 0.17 | 353.66 | 0.65 | 0.52 |
| Hex | D4 | 33 | 44 | 0 | 4C | 44 | 11 | 162 | 41 | 34 |
| Octal | 324 | 63 | 104 | 0 | 114 | 104 | 21 | 542 | 101 | 64 |
| Binary | 11010100 | 110011 | 1000100 | 0 | 1001100 | 1000100 | 10001 | 101100010 | 1000001 | 110100 |
Color Harmonies of #D43344
Complementary color
Monochromatic Colors of #D43344
Black with #D43344
Text Example
Text Example
White with #D43344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43344; }
p { color: rgb(212,51,68); }
H1.HeaderClassName
{
color: #D43344;
}
.AnyTagClassName
{
color: #D43344;
}
</style>
background-color css
<style>
a { background-color: #D43344; }
a { background-color: rgb(212,51,68); }
div.DivClassName
{
background-color: #D43344;
}
.BgClassName
{
background-color: #D43344;
}
</style>
border-color css
<style>
span { border-color: #D43344; }
span { border-color: rgb(212,51,68); }
td.TdClassName
{
border-color: #D43344;
}
.TagClassName
{
border-color: #D43344;
}
</style>