Shades of Brick Red #D82D44
Tints of Brick Red #D82D44
RGB
CMYK
RGB Variations
Color information
#D82D44 (or 0xD82D44) is known color: Brick Red. HEX triplet: D8, 2D and 44. RGB value is (216,45,68). Sum of RGB (Red+Green+Blue) = 216+45+68=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82D44 is #27D2BB. Grayscale: #626262. Windows color (decimal): -2609852 or 4468184. OLE color: 4468184.
HSL color Cylindrical-coordinate representation of color #D82D44: hue angle of 351.93º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D82D44 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 45 | 68 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.15 |
| HSL | 351.93º | 0.69% | 0.51% | - |
| HSV(B) | 351.93º | 0.79% | 0.85% | - |
| XYZ | 30.3 | 16.89 | 7.13 | - |
| YUV | 98.75 | 110.65 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 45 | 68 | 0 | 0.79 | 0.69 | 0.15 | 351.93 | 0.69 | 0.51 |
| Hex | D8 | 2D | 44 | 0 | 4F | 45 | F | 160 | 45 | 33 |
| Octal | 330 | 55 | 104 | 0 | 117 | 105 | 17 | 540 | 105 | 63 |
| Binary | 11011000 | 101101 | 1000100 | 0 | 1001111 | 1000101 | 1111 | 101100000 | 1000101 | 110011 |
Color Harmonies of #D82D44
Complementary color
Monochromatic Colors of #D82D44
Black with #D82D44
Text Example
Text Example
White with #D82D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82D44; }
p { color: rgb(216,45,68); }
H1.HeaderClassName
{
color: #D82D44;
}
.AnyTagClassName
{
color: #D82D44;
}
</style>
background-color css
<style>
a { background-color: #D82D44; }
a { background-color: rgb(216,45,68); }
div.DivClassName
{
background-color: #D82D44;
}
.BgClassName
{
background-color: #D82D44;
}
</style>
border-color css
<style>
span { border-color: #D82D44; }
span { border-color: rgb(216,45,68); }
td.TdClassName
{
border-color: #D82D44;
}
.TagClassName
{
border-color: #D82D44;
}
</style>