Shades of Brick Red #D52941
Tints of Brick Red #D52941
RGB
CMYK
RGB Variations
Color information
#D52941 (or 0xD52941) is known color: Brick Red. HEX triplet: D5, 29 and 41. RGB value is (213,41,65). Sum of RGB (Red+Green+Blue) = 213+41+65=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D52941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52941 is #2AD6BE. Grayscale: #5F5F5F. Windows color (decimal): -2807487 or 4270549. OLE color: 4270549.
HSL color Cylindrical-coordinate representation of color #D52941: hue angle of 351.63º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52941 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 65 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.16 |
| HSL | 351.63º | 0.68% | 0.5% | - |
| HSV(B) | 351.63º | 0.81% | 0.84% | - |
| XYZ | 29.19 | 16.11 | 6.57 | - |
| YUV | 95.16 | 110.98 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 65 | 0 | 0.81 | 0.69 | 0.16 | 351.63 | 0.68 | 0.5 |
| Hex | D5 | 29 | 41 | 0 | 51 | 45 | 10 | 160 | 44 | 32 |
| Octal | 325 | 51 | 101 | 0 | 121 | 105 | 20 | 540 | 104 | 62 |
| Binary | 11010101 | 101001 | 1000001 | 0 | 1010001 | 1000101 | 10000 | 101100000 | 1000100 | 110010 |
Color Harmonies of #D52941
Complementary color
Monochromatic Colors of #D52941
Black with #D52941
Text Example
Text Example
White with #D52941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52941; }
p { color: rgb(213,41,65); }
H1.HeaderClassName
{
color: #D52941;
}
.AnyTagClassName
{
color: #D52941;
}
</style>
background-color css
<style>
a { background-color: #D52941; }
a { background-color: rgb(213,41,65); }
div.DivClassName
{
background-color: #D52941;
}
.BgClassName
{
background-color: #D52941;
}
</style>
border-color css
<style>
span { border-color: #D52941; }
span { border-color: rgb(213,41,65); }
td.TdClassName
{
border-color: #D52941;
}
.TagClassName
{
border-color: #D52941;
}
</style>