Shades of Brick Red #D13A47
Tints of Brick Red #D13A47
RGB
CMYK
RGB Variations
Color information
#D13A47 (or 0xD13A47) is known color: Brick Red. HEX triplet: D1, 3A and 47. RGB value is (209,58,71). Sum of RGB (Red+Green+Blue) = 209+58+71=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13A47 is #2EC5B8. Grayscale: #686868. Windows color (decimal): -3065273 or 4668113. OLE color: 4668113.
HSL color Cylindrical-coordinate representation of color #D13A47: hue angle of 354.83º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13A47 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 71 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.18 |
| HSL | 354.83º | 0.62% | 0.52% | - |
| HSV(B) | 354.83º | 0.72% | 0.82% | - |
| XYZ | 28.94 | 17.04 | 7.72 | - |
| YUV | 104.63 | 109.03 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 71 | 0 | 0.72 | 0.66 | 0.18 | 354.83 | 0.62 | 0.52 |
| Hex | D1 | 3A | 47 | 0 | 48 | 42 | 12 | 163 | 3E | 34 |
| Octal | 321 | 72 | 107 | 0 | 110 | 102 | 22 | 543 | 76 | 64 |
| Binary | 11010001 | 111010 | 1000111 | 0 | 1001000 | 1000010 | 10010 | 101100011 | 111110 | 110100 |
Color Harmonies of #D13A47
Complementary color
Monochromatic Colors of #D13A47
Black with #D13A47
Text Example
Text Example
White with #D13A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13A47; }
p { color: rgb(209,58,71); }
H1.HeaderClassName
{
color: #D13A47;
}
.AnyTagClassName
{
color: #D13A47;
}
</style>
background-color css
<style>
a { background-color: #D13A47; }
a { background-color: rgb(209,58,71); }
div.DivClassName
{
background-color: #D13A47;
}
.BgClassName
{
background-color: #D13A47;
}
</style>
border-color css
<style>
span { border-color: #D13A47; }
span { border-color: rgb(209,58,71); }
td.TdClassName
{
border-color: #D13A47;
}
.TagClassName
{
border-color: #D13A47;
}
</style>