Shades of Brick Red #D13146
Tints of Brick Red #D13146
RGB
CMYK
RGB Variations
Color information
#D13146 (or 0xD13146) is known color: Brick Red. HEX triplet: D1, 31 and 46. RGB value is (209,49,70). Sum of RGB (Red+Green+Blue) = 209+49+70=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D13146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13146 is #2ECEB9. Grayscale: #636363. Windows color (decimal): -3067578 or 4600273. OLE color: 4600273.
HSL color Cylindrical-coordinate representation of color #D13146: hue angle of 352.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 #D13146 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 70 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.18 |
| HSL | 352.13º | 0.63% | 0.51% | - |
| HSV(B) | 352.13º | 0.77% | 0.82% | - |
| XYZ | 28.5 | 16.19 | 7.42 | - |
| YUV | 99.23 | 111.51 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 70 | 0 | 0.77 | 0.67 | 0.18 | 352.13 | 0.63 | 0.51 |
| Hex | D1 | 31 | 46 | 0 | 4D | 43 | 12 | 160 | 3F | 33 |
| Octal | 321 | 61 | 106 | 0 | 115 | 103 | 22 | 540 | 77 | 63 |
| Binary | 11010001 | 110001 | 1000110 | 0 | 1001101 | 1000011 | 10010 | 101100000 | 111111 | 110011 |
Color Harmonies of #D13146
Complementary color
Monochromatic Colors of #D13146
Black with #D13146
Text Example
Text Example
White with #D13146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13146; }
p { color: rgb(209,49,70); }
H1.HeaderClassName
{
color: #D13146;
}
.AnyTagClassName
{
color: #D13146;
}
</style>
background-color css
<style>
a { background-color: #D13146; }
a { background-color: rgb(209,49,70); }
div.DivClassName
{
background-color: #D13146;
}
.BgClassName
{
background-color: #D13146;
}
</style>
border-color css
<style>
span { border-color: #D13146; }
span { border-color: rgb(209,49,70); }
td.TdClassName
{
border-color: #D13146;
}
.TagClassName
{
border-color: #D13146;
}
</style>