Shades of Brick Red #D52D43
Tints of Brick Red #D52D43
RGB
CMYK
RGB Variations
Color information
#D52D43 (or 0xD52D43) is known color: Brick Red. HEX triplet: D5, 2D and 43. RGB value is (213,45,67). Sum of RGB (Red+Green+Blue) = 213+45+67=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52D43 is #2AD2BC. Grayscale: #616161. Windows color (decimal): -2806461 or 4402645. OLE color: 4402645.
HSL color Cylindrical-coordinate representation of color #D52D43: hue angle of 352.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52D43 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 67 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.16 |
| HSL | 352.14º | 0.67% | 0.51% | - |
| HSV(B) | 352.14º | 0.79% | 0.84% | - |
| XYZ | 29.39 | 16.43 | 6.93 | - |
| YUV | 97.74 | 110.66 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 67 | 0 | 0.79 | 0.69 | 0.16 | 352.14 | 0.67 | 0.51 |
| Hex | D5 | 2D | 43 | 0 | 4F | 45 | 10 | 160 | 43 | 33 |
| Octal | 325 | 55 | 103 | 0 | 117 | 105 | 20 | 540 | 103 | 63 |
| Binary | 11010101 | 101101 | 1000011 | 0 | 1001111 | 1000101 | 10000 | 101100000 | 1000011 | 110011 |
Color Harmonies of #D52D43
Complementary color
Monochromatic Colors of #D52D43
Black with #D52D43
Text Example
Text Example
White with #D52D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D43; }
p { color: rgb(213,45,67); }
H1.HeaderClassName
{
color: #D52D43;
}
.AnyTagClassName
{
color: #D52D43;
}
</style>
background-color css
<style>
a { background-color: #D52D43; }
a { background-color: rgb(213,45,67); }
div.DivClassName
{
background-color: #D52D43;
}
.BgClassName
{
background-color: #D52D43;
}
</style>
border-color css
<style>
span { border-color: #D52D43; }
span { border-color: rgb(213,45,67); }
td.TdClassName
{
border-color: #D52D43;
}
.TagClassName
{
border-color: #D52D43;
}
</style>