Shades of Brick Red #D1314B
Tints of Brick Red #D1314B
RGB
CMYK
RGB Variations
Color information
#D1314B (or 0xD1314B) is known color: Brick Red. HEX triplet: D1, 31 and 4B. RGB value is (209,49,75). Sum of RGB (Red+Green+Blue) = 209+49+75=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D1314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1314B is #2ECEB4. Grayscale: #636363. Windows color (decimal): -3067573 or 4927953. OLE color: 4927953.
HSL color Cylindrical-coordinate representation of color #D1314B: hue angle of 350.25º 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 #D1314B is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 75 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.18 |
| HSL | 350.25º | 0.63% | 0.51% | - |
| HSV(B) | 350.25º | 0.77% | 0.82% | - |
| XYZ | 28.66 | 16.26 | 8.28 | - |
| YUV | 99.8 | 114.01 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 75 | 0 | 0.77 | 0.64 | 0.18 | 350.25 | 0.63 | 0.51 |
| Hex | D1 | 31 | 4B | 0 | 4D | 40 | 12 | 15E | 3F | 33 |
| Octal | 321 | 61 | 113 | 0 | 115 | 100 | 22 | 536 | 77 | 63 |
| Binary | 11010001 | 110001 | 1001011 | 0 | 1001101 | 1000000 | 10010 | 101011110 | 111111 | 110011 |
Color Harmonies of #D1314B
Complementary color
Monochromatic Colors of #D1314B
Black with #D1314B
Text Example
Text Example
White with #D1314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1314B; }
p { color: rgb(209,49,75); }
H1.HeaderClassName
{
color: #D1314B;
}
.AnyTagClassName
{
color: #D1314B;
}
</style>
background-color css
<style>
a { background-color: #D1314B; }
a { background-color: rgb(209,49,75); }
div.DivClassName
{
background-color: #D1314B;
}
.BgClassName
{
background-color: #D1314B;
}
</style>
border-color css
<style>
span { border-color: #D1314B; }
span { border-color: rgb(209,49,75); }
td.TdClassName
{
border-color: #D1314B;
}
.TagClassName
{
border-color: #D1314B;
}
</style>