Shades of Brick Red #D1314E
Tints of Brick Red #D1314E
RGB
CMYK
RGB Variations
Color information
#D1314E (or 0xD1314E) is known color: Brick Red. HEX triplet: D1, 31 and 4E. RGB value is (209,49,78). Sum of RGB (Red+Green+Blue) = 209+49+78=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D1314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1314E is #2ECEB1. Grayscale: #646464. Windows color (decimal): -3067570 or 5124561. OLE color: 5124561.
HSL color Cylindrical-coordinate representation of color #D1314E: hue angle of 349.12º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1314E is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 78 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.18 |
| HSL | 349.13º | 0.63% | 0.51% | - |
| HSV(B) | 349.13º | 0.77% | 0.82% | - |
| XYZ | 28.77 | 16.3 | 8.84 | - |
| YUV | 100.15 | 115.51 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 78 | 0 | 0.77 | 0.63 | 0.18 | 349.13 | 0.63 | 0.51 |
| Hex | D1 | 31 | 4E | 0 | 4D | 3F | 12 | 15D | 3F | 33 |
| Octal | 321 | 61 | 116 | 0 | 115 | 77 | 22 | 535 | 77 | 63 |
| Binary | 11010001 | 110001 | 1001110 | 0 | 1001101 | 111111 | 10010 | 101011101 | 111111 | 110011 |
Color Harmonies of #D1314E
Complementary color
Monochromatic Colors of #D1314E
Black with #D1314E
Text Example
Text Example
White with #D1314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1314E; }
p { color: rgb(209,49,78); }
H1.HeaderClassName
{
color: #D1314E;
}
.AnyTagClassName
{
color: #D1314E;
}
</style>
background-color css
<style>
a { background-color: #D1314E; }
a { background-color: rgb(209,49,78); }
div.DivClassName
{
background-color: #D1314E;
}
.BgClassName
{
background-color: #D1314E;
}
</style>
border-color css
<style>
span { border-color: #D1314E; }
span { border-color: rgb(209,49,78); }
td.TdClassName
{
border-color: #D1314E;
}
.TagClassName
{
border-color: #D1314E;
}
</style>