Shades of Brick Red #D32445
Tints of Brick Red #D32445
RGB
CMYK
RGB Variations
Color information
#D32445 (or 0xD32445) is known color: Brick Red. HEX triplet: D3, 24 and 45. RGB value is (211,36,69). Sum of RGB (Red+Green+Blue) = 211+36+69=316 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.77% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 211 - color contains mainly: red. Hex color #D32445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32445 is #2CDBBA. Grayscale: #5C5C5C. Windows color (decimal): -2939835 or 4531411. OLE color: 4531411.
HSL color Cylindrical-coordinate representation of color #D32445: hue angle of 348.69º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D32445 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 36 | 69 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.17 |
| HSL | 348.69º | 0.71% | 0.48% | - |
| HSV(B) | 348.69º | 0.83% | 0.83% | - |
| XYZ | 28.57 | 15.54 | 7.12 | - |
| YUV | 92.09 | 114.98 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 69 | 0 | 0.83 | 0.67 | 0.17 | 348.69 | 0.71 | 0.48 |
| Hex | D3 | 24 | 45 | 0 | 53 | 43 | 11 | 15D | 47 | 30 |
| Octal | 323 | 44 | 105 | 0 | 123 | 103 | 21 | 535 | 107 | 60 |
| Binary | 11010011 | 100100 | 1000101 | 0 | 1010011 | 1000011 | 10001 | 101011101 | 1000111 | 110000 |
Color Harmonies of #D32445
Complementary color
Monochromatic Colors of #D32445
Black with #D32445
Text Example
Text Example
White with #D32445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32445; }
p { color: rgb(211,36,69); }
H1.HeaderClassName
{
color: #D32445;
}
.AnyTagClassName
{
color: #D32445;
}
</style>
background-color css
<style>
a { background-color: #D32445; }
a { background-color: rgb(211,36,69); }
div.DivClassName
{
background-color: #D32445;
}
.BgClassName
{
background-color: #D32445;
}
</style>
border-color css
<style>
span { border-color: #D32445; }
span { border-color: rgb(211,36,69); }
td.TdClassName
{
border-color: #D32445;
}
.TagClassName
{
border-color: #D32445;
}
</style>