Shades of Brick Red #D1313E
Tints of Brick Red #D1313E
RGB
CMYK
RGB Variations
Color information
#D1313E (or 0xD1313E) is known color: Brick Red. HEX triplet: D1, 31 and 3E. RGB value is (209,49,62). Sum of RGB (Red+Green+Blue) = 209+49+62=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D1313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1313E is #2ECEC1. Grayscale: #626262. Windows color (decimal): -3067586 or 4075985. OLE color: 4075985.
HSL color Cylindrical-coordinate representation of color #D1313E: hue angle of 355.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 #D1313E is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 62 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.18 |
| HSL | 355.13º | 0.63% | 0.51% | - |
| HSV(B) | 355.13º | 0.77% | 0.82% | - |
| XYZ | 28.26 | 16.1 | 6.18 | - |
| YUV | 98.32 | 107.51 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 62 | 0 | 0.77 | 0.70 | 0.18 | 355.13 | 0.63 | 0.51 |
| Hex | D1 | 31 | 3E | 0 | 4D | 46 | 12 | 163 | 3F | 33 |
| Octal | 321 | 61 | 76 | 0 | 115 | 106 | 22 | 543 | 77 | 63 |
| Binary | 11010001 | 110001 | 111110 | 0 | 1001101 | 1000110 | 10010 | 101100011 | 111111 | 110011 |
Color Harmonies of #D1313E
Complementary color
Monochromatic Colors of #D1313E
Black with #D1313E
Text Example
Text Example
White with #D1313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1313E; }
p { color: rgb(209,49,62); }
H1.HeaderClassName
{
color: #D1313E;
}
.AnyTagClassName
{
color: #D1313E;
}
</style>
background-color css
<style>
a { background-color: #D1313E; }
a { background-color: rgb(209,49,62); }
div.DivClassName
{
background-color: #D1313E;
}
.BgClassName
{
background-color: #D1313E;
}
</style>
border-color css
<style>
span { border-color: #D1313E; }
span { border-color: rgb(209,49,62); }
td.TdClassName
{
border-color: #D1313E;
}
.TagClassName
{
border-color: #D1313E;
}
</style>