Shades of Brick Red #D52D3F
Tints of Brick Red #D52D3F
RGB
CMYK
RGB Variations
Color information
#D52D3F (or 0xD52D3F) is known color: Brick Red. HEX triplet: D5, 2D and 3F. RGB value is (213,45,63). Sum of RGB (Red+Green+Blue) = 213+45+63=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52D3F is #2AD2C0. Grayscale: #616161. Windows color (decimal): -2806465 or 4140501. OLE color: 4140501.
HSL color Cylindrical-coordinate representation of color #D52D3F: hue angle of 353.57º 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 #D52D3F is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 63 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.16 |
| HSL | 353.57º | 0.67% | 0.51% | - |
| HSV(B) | 353.57º | 0.79% | 0.84% | - |
| XYZ | 29.28 | 16.38 | 6.32 | - |
| YUV | 97.28 | 108.66 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 63 | 0 | 0.79 | 0.70 | 0.16 | 353.57 | 0.67 | 0.51 |
| Hex | D5 | 2D | 3F | 0 | 4F | 46 | 10 | 162 | 43 | 33 |
| Octal | 325 | 55 | 77 | 0 | 117 | 106 | 20 | 542 | 103 | 63 |
| Binary | 11010101 | 101101 | 111111 | 0 | 1001111 | 1000110 | 10000 | 101100010 | 1000011 | 110011 |
Color Harmonies of #D52D3F
Complementary color
Monochromatic Colors of #D52D3F
Black with #D52D3F
Text Example
Text Example
White with #D52D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D3F; }
p { color: rgb(213,45,63); }
H1.HeaderClassName
{
color: #D52D3F;
}
.AnyTagClassName
{
color: #D52D3F;
}
</style>
background-color css
<style>
a { background-color: #D52D3F; }
a { background-color: rgb(213,45,63); }
div.DivClassName
{
background-color: #D52D3F;
}
.BgClassName
{
background-color: #D52D3F;
}
</style>
border-color css
<style>
span { border-color: #D52D3F; }
span { border-color: rgb(213,45,63); }
td.TdClassName
{
border-color: #D52D3F;
}
.TagClassName
{
border-color: #D52D3F;
}
</style>