Shades of Brick Red #D1284D
Tints of Brick Red #D1284D
RGB
CMYK
RGB Variations
Color information
#D1284D (or 0xD1284D) is known color: Brick Red. HEX triplet: D1, 28 and 4D. RGB value is (209,40,77). Sum of RGB (Red+Green+Blue) = 209+40+77=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D1284D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1284D is #2ED7B2. Grayscale: #5E5E5E. Windows color (decimal): -3069875 or 5056721. OLE color: 5056721.
HSL color Cylindrical-coordinate representation of color #D1284D: hue angle of 346.86º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1284D is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 77 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.18 |
| HSL | 346.86º | 0.68% | 0.49% | - |
| HSV(B) | 346.86º | 0.81% | 0.82% | - |
| XYZ | 28.39 | 15.61 | 8.54 | - |
| YUV | 94.75 | 117.99 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 77 | 0 | 0.81 | 0.63 | 0.18 | 346.86 | 0.68 | 0.49 |
| Hex | D1 | 28 | 4D | 0 | 51 | 3F | 12 | 15B | 44 | 31 |
| Octal | 321 | 50 | 115 | 0 | 121 | 77 | 22 | 533 | 104 | 61 |
| Binary | 11010001 | 101000 | 1001101 | 0 | 1010001 | 111111 | 10010 | 101011011 | 1000100 | 110001 |
Color Harmonies of #D1284D
Complementary color
Monochromatic Colors of #D1284D
Black with #D1284D
Text Example
Text Example
White with #D1284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1284D; }
p { color: rgb(209,40,77); }
H1.HeaderClassName
{
color: #D1284D;
}
.AnyTagClassName
{
color: #D1284D;
}
</style>
background-color css
<style>
a { background-color: #D1284D; }
a { background-color: rgb(209,40,77); }
div.DivClassName
{
background-color: #D1284D;
}
.BgClassName
{
background-color: #D1284D;
}
</style>
border-color css
<style>
span { border-color: #D1284D; }
span { border-color: rgb(209,40,77); }
td.TdClassName
{
border-color: #D1284D;
}
.TagClassName
{
border-color: #D1284D;
}
</style>