Shades of Brick Red #D52648
Tints of Brick Red #D52648
RGB
CMYK
RGB Variations
Color information
#D52648 (or 0xD52648) is known color: Brick Red. HEX triplet: D5, 26 and 48. RGB value is (213,38,72). Sum of RGB (Red+Green+Blue) = 213+38+72=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D52648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52648 is #2AD9B7. Grayscale: #5E5E5E. Windows color (decimal): -2808248 or 4728533. OLE color: 4728533.
HSL color Cylindrical-coordinate representation of color #D52648: hue angle of 348.34º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52648 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 72 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.16 |
| HSL | 348.34º | 0.7% | 0.49% | - |
| HSV(B) | 348.34º | 0.82% | 0.84% | - |
| XYZ | 29.3 | 16 | 7.67 | - |
| YUV | 94.2 | 115.48 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 72 | 0 | 0.82 | 0.66 | 0.16 | 348.34 | 0.7 | 0.49 |
| Hex | D5 | 26 | 48 | 0 | 52 | 42 | 10 | 15C | 46 | 31 |
| Octal | 325 | 46 | 110 | 0 | 122 | 102 | 20 | 534 | 106 | 61 |
| Binary | 11010101 | 100110 | 1001000 | 0 | 1010010 | 1000010 | 10000 | 101011100 | 1000110 | 110001 |
Color Harmonies of #D52648
Complementary color
Monochromatic Colors of #D52648
Black with #D52648
Text Example
Text Example
White with #D52648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52648; }
p { color: rgb(213,38,72); }
H1.HeaderClassName
{
color: #D52648;
}
.AnyTagClassName
{
color: #D52648;
}
</style>
background-color css
<style>
a { background-color: #D52648; }
a { background-color: rgb(213,38,72); }
div.DivClassName
{
background-color: #D52648;
}
.BgClassName
{
background-color: #D52648;
}
</style>
border-color css
<style>
span { border-color: #D52648; }
span { border-color: rgb(213,38,72); }
td.TdClassName
{
border-color: #D52648;
}
.TagClassName
{
border-color: #D52648;
}
</style>