Shades of Brick Red #D32748
Tints of Brick Red #D32748
RGB
CMYK
RGB Variations
Color information
#D32748 (or 0xD32748) is known color: Brick Red. HEX triplet: D3, 27 and 48. RGB value is (211,39,72). Sum of RGB (Red+Green+Blue) = 211+39+72=322 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.53% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 211 - color contains mainly: red. Hex color #D32748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32748 is #2CD8B7. Grayscale: #5E5E5E. Windows color (decimal): -2939064 or 4728787. OLE color: 4728787.
HSL color Cylindrical-coordinate representation of color #D32748: hue angle of 348.49º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32748 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 39 | 72 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.17 |
| HSL | 348.49º | 0.69% | 0.49% | - |
| HSV(B) | 348.49º | 0.82% | 0.83% | - |
| XYZ | 28.76 | 15.77 | 7.66 | - |
| YUV | 94.19 | 115.48 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 72 | 0 | 0.82 | 0.66 | 0.17 | 348.49 | 0.69 | 0.49 |
| Hex | D3 | 27 | 48 | 0 | 52 | 42 | 11 | 15C | 45 | 31 |
| Octal | 323 | 47 | 110 | 0 | 122 | 102 | 21 | 534 | 105 | 61 |
| Binary | 11010011 | 100111 | 1001000 | 0 | 1010010 | 1000010 | 10001 | 101011100 | 1000101 | 110001 |
Color Harmonies of #D32748
Complementary color
Monochromatic Colors of #D32748
Black with #D32748
Text Example
Text Example
White with #D32748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32748; }
p { color: rgb(211,39,72); }
H1.HeaderClassName
{
color: #D32748;
}
.AnyTagClassName
{
color: #D32748;
}
</style>
background-color css
<style>
a { background-color: #D32748; }
a { background-color: rgb(211,39,72); }
div.DivClassName
{
background-color: #D32748;
}
.BgClassName
{
background-color: #D32748;
}
</style>
border-color css
<style>
span { border-color: #D32748; }
span { border-color: rgb(211,39,72); }
td.TdClassName
{
border-color: #D32748;
}
.TagClassName
{
border-color: #D32748;
}
</style>