Shades of Brick Red #D13749
Tints of Brick Red #D13749
RGB
CMYK
RGB Variations
Color information
#D13749 (or 0xD13749) is known color: Brick Red. HEX triplet: D1, 37 and 49. RGB value is (209,55,73). Sum of RGB (Red+Green+Blue) = 209+55+73=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D13749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13749 is #2EC8B6. Grayscale: #676767. Windows color (decimal): -3066039 or 4798417. OLE color: 4798417.
HSL color Cylindrical-coordinate representation of color #D13749: hue angle of 352.99º 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 #D13749 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 73 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.18 |
| HSL | 352.99º | 0.63% | 0.52% | - |
| HSV(B) | 352.99º | 0.74% | 0.82% | - |
| XYZ | 28.86 | 16.77 | 8.02 | - |
| YUV | 103.1 | 111.02 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 73 | 0 | 0.74 | 0.65 | 0.18 | 352.99 | 0.63 | 0.52 |
| Hex | D1 | 37 | 49 | 0 | 4A | 41 | 12 | 161 | 3F | 34 |
| Octal | 321 | 67 | 111 | 0 | 112 | 101 | 22 | 541 | 77 | 64 |
| Binary | 11010001 | 110111 | 1001001 | 0 | 1001010 | 1000001 | 10010 | 101100001 | 111111 | 110100 |
Color Harmonies of #D13749
Complementary color
Monochromatic Colors of #D13749
Black with #D13749
Text Example
Text Example
White with #D13749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13749; }
p { color: rgb(209,55,73); }
H1.HeaderClassName
{
color: #D13749;
}
.AnyTagClassName
{
color: #D13749;
}
</style>
background-color css
<style>
a { background-color: #D13749; }
a { background-color: rgb(209,55,73); }
div.DivClassName
{
background-color: #D13749;
}
.BgClassName
{
background-color: #D13749;
}
</style>
border-color css
<style>
span { border-color: #D13749; }
span { border-color: rgb(209,55,73); }
td.TdClassName
{
border-color: #D13749;
}
.TagClassName
{
border-color: #D13749;
}
</style>