Shades of Brick Red #D1314D
Tints of Brick Red #D1314D
RGB
CMYK
RGB Variations
Color information
#D1314D (or 0xD1314D) is known color: Brick Red. HEX triplet: D1, 31 and 4D. RGB value is (209,49,77). Sum of RGB (Red+Green+Blue) = 209+49+77=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D1314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1314D is #2ECEB2. Grayscale: #646464. Windows color (decimal): -3067571 or 5059025. OLE color: 5059025.
HSL color Cylindrical-coordinate representation of color #D1314D: hue angle of 349.5º 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 #D1314D is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 77 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.18 |
| HSL | 349.5º | 0.63% | 0.51% | - |
| HSV(B) | 349.5º | 0.77% | 0.82% | - |
| XYZ | 28.73 | 16.29 | 8.65 | - |
| YUV | 100.03 | 115.01 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 77 | 0 | 0.77 | 0.63 | 0.18 | 349.5 | 0.63 | 0.51 |
| Hex | D1 | 31 | 4D | 0 | 4D | 3F | 12 | 15E | 3F | 33 |
| Octal | 321 | 61 | 115 | 0 | 115 | 77 | 22 | 536 | 77 | 63 |
| Binary | 11010001 | 110001 | 1001101 | 0 | 1001101 | 111111 | 10010 | 101011110 | 111111 | 110011 |
Color Harmonies of #D1314D
Complementary color
Monochromatic Colors of #D1314D
Black with #D1314D
Text Example
Text Example
White with #D1314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1314D; }
p { color: rgb(209,49,77); }
H1.HeaderClassName
{
color: #D1314D;
}
.AnyTagClassName
{
color: #D1314D;
}
</style>
background-color css
<style>
a { background-color: #D1314D; }
a { background-color: rgb(209,49,77); }
div.DivClassName
{
background-color: #D1314D;
}
.BgClassName
{
background-color: #D1314D;
}
</style>
border-color css
<style>
span { border-color: #D1314D; }
span { border-color: rgb(209,49,77); }
td.TdClassName
{
border-color: #D1314D;
}
.TagClassName
{
border-color: #D1314D;
}
</style>