Shades of Brick Red #D43340
Tints of Brick Red #D43340
RGB
CMYK
RGB Variations
Color information
#D43340 (or 0xD43340) is known color: Brick Red. HEX triplet: D4, 33 and 40. RGB value is (212,51,64). Sum of RGB (Red+Green+Blue) = 212+51+64=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D43340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43340 is #2BCCBF. Grayscale: #646464. Windows color (decimal): -2870464 or 4207572. OLE color: 4207572.
HSL color Cylindrical-coordinate representation of color #D43340: hue angle of 355.16º 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 #D43340 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 64 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.17 |
| HSL | 355.16º | 0.65% | 0.52% | - |
| HSV(B) | 355.16º | 0.76% | 0.83% | - |
| XYZ | 29.26 | 16.73 | 6.54 | - |
| YUV | 100.62 | 107.34 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 64 | 0 | 0.76 | 0.70 | 0.17 | 355.16 | 0.65 | 0.52 |
| Hex | D4 | 33 | 40 | 0 | 4C | 46 | 11 | 163 | 41 | 34 |
| Octal | 324 | 63 | 100 | 0 | 114 | 106 | 21 | 543 | 101 | 64 |
| Binary | 11010100 | 110011 | 1000000 | 0 | 1001100 | 1000110 | 10001 | 101100011 | 1000001 | 110100 |
Color Harmonies of #D43340
Complementary color
Monochromatic Colors of #D43340
Black with #D43340
Text Example
Text Example
White with #D43340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43340; }
p { color: rgb(212,51,64); }
H1.HeaderClassName
{
color: #D43340;
}
.AnyTagClassName
{
color: #D43340;
}
</style>
background-color css
<style>
a { background-color: #D43340; }
a { background-color: rgb(212,51,64); }
div.DivClassName
{
background-color: #D43340;
}
.BgClassName
{
background-color: #D43340;
}
</style>
border-color css
<style>
span { border-color: #D43340; }
span { border-color: rgb(212,51,64); }
td.TdClassName
{
border-color: #D43340;
}
.TagClassName
{
border-color: #D43340;
}
</style>