Shades of Brick Red #D1314A
Tints of Brick Red #D1314A
RGB
CMYK
RGB Variations
Color information
#D1314A (or 0xD1314A) is known color: Brick Red. HEX triplet: D1, 31 and 4A. RGB value is (209,49,74). Sum of RGB (Red+Green+Blue) = 209+49+74=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D1314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1314A is #2ECEB5. Grayscale: #636363. Windows color (decimal): -3067574 or 4862417. OLE color: 4862417.
HSL color Cylindrical-coordinate representation of color #D1314A: hue angle of 350.62º 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 #D1314A is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 74 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.18 |
| HSL | 350.63º | 0.63% | 0.51% | - |
| HSV(B) | 350.63º | 0.77% | 0.82% | - |
| XYZ | 28.63 | 16.25 | 8.11 | - |
| YUV | 99.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 74 | 0 | 0.77 | 0.65 | 0.18 | 350.63 | 0.63 | 0.51 |
| Hex | D1 | 31 | 4A | 0 | 4D | 41 | 12 | 15F | 3F | 33 |
| Octal | 321 | 61 | 112 | 0 | 115 | 101 | 22 | 537 | 77 | 63 |
| Binary | 11010001 | 110001 | 1001010 | 0 | 1001101 | 1000001 | 10010 | 101011111 | 111111 | 110011 |
Color Harmonies of #D1314A
Complementary color
Monochromatic Colors of #D1314A
Black with #D1314A
Text Example
Text Example
White with #D1314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1314A; }
p { color: rgb(209,49,74); }
H1.HeaderClassName
{
color: #D1314A;
}
.AnyTagClassName
{
color: #D1314A;
}
</style>
background-color css
<style>
a { background-color: #D1314A; }
a { background-color: rgb(209,49,74); }
div.DivClassName
{
background-color: #D1314A;
}
.BgClassName
{
background-color: #D1314A;
}
</style>
border-color css
<style>
span { border-color: #D1314A; }
span { border-color: rgb(209,49,74); }
td.TdClassName
{
border-color: #D1314A;
}
.TagClassName
{
border-color: #D1314A;
}
</style>