Shades of Brick Red #D13747
Tints of Brick Red #D13747
RGB
CMYK
RGB Variations
Color information
#D13747 (or 0xD13747) is known color: Brick Red. HEX triplet: D1, 37 and 47. RGB value is (209,55,71). Sum of RGB (Red+Green+Blue) = 209+55+71=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D13747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13747 is #2EC8B8. Grayscale: #666666. Windows color (decimal): -3066041 or 4667345. OLE color: 4667345.
HSL color Cylindrical-coordinate representation of color #D13747: hue angle of 353.77º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13747 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 71 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.18 |
| HSL | 353.77º | 0.63% | 0.52% | - |
| HSV(B) | 353.77º | 0.74% | 0.82% | - |
| XYZ | 28.8 | 16.74 | 7.68 | - |
| YUV | 102.87 | 110.02 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 71 | 0 | 0.74 | 0.66 | 0.18 | 353.77 | 0.63 | 0.52 |
| Hex | D1 | 37 | 47 | 0 | 4A | 42 | 12 | 162 | 3F | 34 |
| Octal | 321 | 67 | 107 | 0 | 112 | 102 | 22 | 542 | 77 | 64 |
| Binary | 11010001 | 110111 | 1000111 | 0 | 1001010 | 1000010 | 10010 | 101100010 | 111111 | 110100 |
Color Harmonies of #D13747
Complementary color
Monochromatic Colors of #D13747
Black with #D13747
Text Example
Text Example
White with #D13747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13747; }
p { color: rgb(209,55,71); }
H1.HeaderClassName
{
color: #D13747;
}
.AnyTagClassName
{
color: #D13747;
}
</style>
background-color css
<style>
a { background-color: #D13747; }
a { background-color: rgb(209,55,71); }
div.DivClassName
{
background-color: #D13747;
}
.BgClassName
{
background-color: #D13747;
}
</style>
border-color css
<style>
span { border-color: #D13747; }
span { border-color: rgb(209,55,71); }
td.TdClassName
{
border-color: #D13747;
}
.TagClassName
{
border-color: #D13747;
}
</style>