Shades of Brick Red #D13040
Tints of Brick Red #D13040
RGB
CMYK
RGB Variations
Color information
#D13040 (or 0xD13040) is known color: Brick Red. HEX triplet: D1, 30 and 40. RGB value is (209,48,64). Sum of RGB (Red+Green+Blue) = 209+48+64=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D13040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13040 is #2ECFBF. Grayscale: #626262. Windows color (decimal): -3067840 or 4206801. OLE color: 4206801.
HSL color Cylindrical-coordinate representation of color #D13040: hue angle of 354.04º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13040 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 64 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.18 |
| HSL | 354.04º | 0.64% | 0.5% | - |
| HSV(B) | 354.04º | 0.77% | 0.82% | - |
| XYZ | 28.28 | 16.04 | 6.46 | - |
| YUV | 97.96 | 108.84 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 64 | 0 | 0.77 | 0.69 | 0.18 | 354.04 | 0.64 | 0.5 |
| Hex | D1 | 30 | 40 | 0 | 4D | 45 | 12 | 162 | 40 | 32 |
| Octal | 321 | 60 | 100 | 0 | 115 | 105 | 22 | 542 | 100 | 62 |
| Binary | 11010001 | 110000 | 1000000 | 0 | 1001101 | 1000101 | 10010 | 101100010 | 1000000 | 110010 |
Color Harmonies of #D13040
Complementary color
Monochromatic Colors of #D13040
Black with #D13040
Text Example
Text Example
White with #D13040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13040; }
p { color: rgb(209,48,64); }
H1.HeaderClassName
{
color: #D13040;
}
.AnyTagClassName
{
color: #D13040;
}
</style>
background-color css
<style>
a { background-color: #D13040; }
a { background-color: rgb(209,48,64); }
div.DivClassName
{
background-color: #D13040;
}
.BgClassName
{
background-color: #D13040;
}
</style>
border-color css
<style>
span { border-color: #D13040; }
span { border-color: rgb(209,48,64); }
td.TdClassName
{
border-color: #D13040;
}
.TagClassName
{
border-color: #D13040;
}
</style>