Shades of Brick Red #D1384E
Tints of Brick Red #D1384E
RGB
CMYK
RGB Variations
Color information
#D1384E (or 0xD1384E) is known color: Brick Red. HEX triplet: D1, 38 and 4E. RGB value is (209,56,78). Sum of RGB (Red+Green+Blue) = 209+56+78=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D1384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1384E is #2EC7B1. Grayscale: #686868. Windows color (decimal): -3065778 or 5126353. OLE color: 5126353.
HSL color Cylindrical-coordinate representation of color #D1384E: hue angle of 351.37º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1384E is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 78 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.18 |
| HSL | 351.37º | 0.62% | 0.52% | - |
| HSV(B) | 351.37º | 0.73% | 0.82% | - |
| XYZ | 29.08 | 16.93 | 8.94 | - |
| YUV | 104.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 78 | 0 | 0.73 | 0.63 | 0.18 | 351.37 | 0.62 | 0.52 |
| Hex | D1 | 38 | 4E | 0 | 49 | 3F | 12 | 15F | 3E | 34 |
| Octal | 321 | 70 | 116 | 0 | 111 | 77 | 22 | 537 | 76 | 64 |
| Binary | 11010001 | 111000 | 1001110 | 0 | 1001001 | 111111 | 10010 | 101011111 | 111110 | 110100 |
Color Harmonies of #D1384E
Complementary color
Monochromatic Colors of #D1384E
Black with #D1384E
Text Example
Text Example
White with #D1384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1384E; }
p { color: rgb(209,56,78); }
H1.HeaderClassName
{
color: #D1384E;
}
.AnyTagClassName
{
color: #D1384E;
}
</style>
background-color css
<style>
a { background-color: #D1384E; }
a { background-color: rgb(209,56,78); }
div.DivClassName
{
background-color: #D1384E;
}
.BgClassName
{
background-color: #D1384E;
}
</style>
border-color css
<style>
span { border-color: #D1384E; }
span { border-color: rgb(209,56,78); }
td.TdClassName
{
border-color: #D1384E;
}
.TagClassName
{
border-color: #D1384E;
}
</style>