Shades of Brick Red #D13B49
Tints of Brick Red #D13B49
RGB
CMYK
RGB Variations
Color information
#D13B49 (or 0xD13B49) is known color: Brick Red. HEX triplet: D1, 3B and 49. RGB value is (209,59,73). Sum of RGB (Red+Green+Blue) = 209+59+73=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13B49 is #2EC4B6. Grayscale: #696969. Windows color (decimal): -3065015 or 4799441. OLE color: 4799441.
HSL color Cylindrical-coordinate representation of color #D13B49: hue angle of 354.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13B49 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 73 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.18 |
| HSL | 354.4º | 0.62% | 0.53% | - |
| HSV(B) | 354.4º | 0.72% | 0.82% | - |
| XYZ | 29.06 | 17.16 | 8.08 | - |
| YUV | 105.45 | 109.7 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 73 | 0 | 0.72 | 0.65 | 0.18 | 354.4 | 0.62 | 0.53 |
| Hex | D1 | 3B | 49 | 0 | 48 | 41 | 12 | 162 | 3E | 35 |
| Octal | 321 | 73 | 111 | 0 | 110 | 101 | 22 | 542 | 76 | 65 |
| Binary | 11010001 | 111011 | 1001001 | 0 | 1001000 | 1000001 | 10010 | 101100010 | 111110 | 110101 |
Color Harmonies of #D13B49
Complementary color
Monochromatic Colors of #D13B49
Black with #D13B49
Text Example
Text Example
White with #D13B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13B49; }
p { color: rgb(209,59,73); }
H1.HeaderClassName
{
color: #D13B49;
}
.AnyTagClassName
{
color: #D13B49;
}
</style>
background-color css
<style>
a { background-color: #D13B49; }
a { background-color: rgb(209,59,73); }
div.DivClassName
{
background-color: #D13B49;
}
.BgClassName
{
background-color: #D13B49;
}
</style>
border-color css
<style>
span { border-color: #D13B49; }
span { border-color: rgb(209,59,73); }
td.TdClassName
{
border-color: #D13B49;
}
.TagClassName
{
border-color: #D13B49;
}
</style>