Shades of Brick Red #D13140
Tints of Brick Red #D13140
RGB
CMYK
RGB Variations
Color information
#D13140 (or 0xD13140) is known color: Brick Red. HEX triplet: D1, 31 and 40. RGB value is (209,49,64). Sum of RGB (Red+Green+Blue) = 209+49+64=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D13140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13140 is #2ECEBF. Grayscale: #626262. Windows color (decimal): -3067584 or 4207057. OLE color: 4207057.
HSL color Cylindrical-coordinate representation of color #D13140: hue angle of 354.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13140 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 64 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.18 |
| HSL | 354.38º | 0.63% | 0.51% | - |
| HSV(B) | 354.38º | 0.77% | 0.82% | - |
| XYZ | 28.32 | 16.12 | 6.47 | - |
| YUV | 98.55 | 108.51 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 64 | 0 | 0.77 | 0.69 | 0.18 | 354.38 | 0.63 | 0.51 |
| Hex | D1 | 31 | 40 | 0 | 4D | 45 | 12 | 162 | 3F | 33 |
| Octal | 321 | 61 | 100 | 0 | 115 | 105 | 22 | 542 | 77 | 63 |
| Binary | 11010001 | 110001 | 1000000 | 0 | 1001101 | 1000101 | 10010 | 101100010 | 111111 | 110011 |
Color Harmonies of #D13140
Complementary color
Monochromatic Colors of #D13140
Black with #D13140
Text Example
Text Example
White with #D13140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13140; }
p { color: rgb(209,49,64); }
H1.HeaderClassName
{
color: #D13140;
}
.AnyTagClassName
{
color: #D13140;
}
</style>
background-color css
<style>
a { background-color: #D13140; }
a { background-color: rgb(209,49,64); }
div.DivClassName
{
background-color: #D13140;
}
.BgClassName
{
background-color: #D13140;
}
</style>
border-color css
<style>
span { border-color: #D13140; }
span { border-color: rgb(209,49,64); }
td.TdClassName
{
border-color: #D13140;
}
.TagClassName
{
border-color: #D13140;
}
</style>