Shades of Brick Red #D1384B
Tints of Brick Red #D1384B
RGB
CMYK
RGB Variations
Color information
#D1384B (or 0xD1384B) is known color: Brick Red. HEX triplet: D1, 38 and 4B. RGB value is (209,56,75). Sum of RGB (Red+Green+Blue) = 209+56+75=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D1384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1384B is #2EC7B4. Grayscale: #676767. Windows color (decimal): -3065781 or 4929745. OLE color: 4929745.
HSL color Cylindrical-coordinate representation of color #D1384B: hue angle of 352.55º 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 #D1384B is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 75 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.18 |
| HSL | 352.55º | 0.62% | 0.52% | - |
| HSV(B) | 352.55º | 0.73% | 0.82% | - |
| XYZ | 28.98 | 16.89 | 8.39 | - |
| YUV | 103.91 | 111.69 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 75 | 0 | 0.73 | 0.64 | 0.18 | 352.55 | 0.62 | 0.52 |
| Hex | D1 | 38 | 4B | 0 | 49 | 40 | 12 | 161 | 3E | 34 |
| Octal | 321 | 70 | 113 | 0 | 111 | 100 | 22 | 541 | 76 | 64 |
| Binary | 11010001 | 111000 | 1001011 | 0 | 1001001 | 1000000 | 10010 | 101100001 | 111110 | 110100 |
Color Harmonies of #D1384B
Complementary color
Monochromatic Colors of #D1384B
Black with #D1384B
Text Example
Text Example
White with #D1384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1384B; }
p { color: rgb(209,56,75); }
H1.HeaderClassName
{
color: #D1384B;
}
.AnyTagClassName
{
color: #D1384B;
}
</style>
background-color css
<style>
a { background-color: #D1384B; }
a { background-color: rgb(209,56,75); }
div.DivClassName
{
background-color: #D1384B;
}
.BgClassName
{
background-color: #D1384B;
}
</style>
border-color css
<style>
span { border-color: #D1384B; }
span { border-color: rgb(209,56,75); }
td.TdClassName
{
border-color: #D1384B;
}
.TagClassName
{
border-color: #D1384B;
}
</style>