Shades of Brick Red #D1384C
Tints of Brick Red #D1384C
RGB
CMYK
RGB Variations
Color information
#D1384C (or 0xD1384C) is known color: Brick Red. HEX triplet: D1, 38 and 4C. RGB value is (209,56,76). Sum of RGB (Red+Green+Blue) = 209+56+76=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D1384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1384C is #2EC7B3. Grayscale: #686868. Windows color (decimal): -3065780 or 4995281. OLE color: 4995281.
HSL color Cylindrical-coordinate representation of color #D1384C: hue angle of 352.16º 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 #D1384C is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 76 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.18 |
| HSL | 352.16º | 0.62% | 0.52% | - |
| HSV(B) | 352.16º | 0.73% | 0.82% | - |
| XYZ | 29.01 | 16.91 | 8.57 | - |
| YUV | 104.03 | 112.19 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 76 | 0 | 0.73 | 0.64 | 0.18 | 352.16 | 0.62 | 0.52 |
| Hex | D1 | 38 | 4C | 0 | 49 | 40 | 12 | 160 | 3E | 34 |
| Octal | 321 | 70 | 114 | 0 | 111 | 100 | 22 | 540 | 76 | 64 |
| Binary | 11010001 | 111000 | 1001100 | 0 | 1001001 | 1000000 | 10010 | 101100000 | 111110 | 110100 |
Color Harmonies of #D1384C
Complementary color
Monochromatic Colors of #D1384C
Black with #D1384C
Text Example
Text Example
White with #D1384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1384C; }
p { color: rgb(209,56,76); }
H1.HeaderClassName
{
color: #D1384C;
}
.AnyTagClassName
{
color: #D1384C;
}
</style>
background-color css
<style>
a { background-color: #D1384C; }
a { background-color: rgb(209,56,76); }
div.DivClassName
{
background-color: #D1384C;
}
.BgClassName
{
background-color: #D1384C;
}
</style>
border-color css
<style>
span { border-color: #D1384C; }
span { border-color: rgb(209,56,76); }
td.TdClassName
{
border-color: #D1384C;
}
.TagClassName
{
border-color: #D1384C;
}
</style>