Shades of Brick Red #D13A4E
Tints of Brick Red #D13A4E
RGB
CMYK
RGB Variations
Color information
#D13A4E (or 0xD13A4E) is known color: Brick Red. HEX triplet: D1, 3A and 4E. RGB value is (209,58,78). Sum of RGB (Red+Green+Blue) = 209+58+78=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A4E is #2EC5B1. Grayscale: #696969. Windows color (decimal): -3065266 or 5126865. OLE color: 5126865.
HSL color Cylindrical-coordinate representation of color #D13A4E: hue angle of 352.05º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13A4E is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 78 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.18 |
| HSL | 352.05º | 0.62% | 0.52% | - |
| HSV(B) | 352.05º | 0.72% | 0.82% | - |
| XYZ | 29.18 | 17.13 | 8.98 | - |
| YUV | 105.43 | 112.53 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 78 | 0 | 0.72 | 0.63 | 0.18 | 352.05 | 0.62 | 0.52 |
| Hex | D1 | 3A | 4E | 0 | 48 | 3F | 12 | 160 | 3E | 34 |
| Octal | 321 | 72 | 116 | 0 | 110 | 77 | 22 | 540 | 76 | 64 |
| Binary | 11010001 | 111010 | 1001110 | 0 | 1001000 | 111111 | 10010 | 101100000 | 111110 | 110100 |
Color Harmonies of #D13A4E
Complementary color
Monochromatic Colors of #D13A4E
Black with #D13A4E
Text Example
Text Example
White with #D13A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13A4E; }
p { color: rgb(209,58,78); }
H1.HeaderClassName
{
color: #D13A4E;
}
.AnyTagClassName
{
color: #D13A4E;
}
</style>
background-color css
<style>
a { background-color: #D13A4E; }
a { background-color: rgb(209,58,78); }
div.DivClassName
{
background-color: #D13A4E;
}
.BgClassName
{
background-color: #D13A4E;
}
</style>
border-color css
<style>
span { border-color: #D13A4E; }
span { border-color: rgb(209,58,78); }
td.TdClassName
{
border-color: #D13A4E;
}
.TagClassName
{
border-color: #D13A4E;
}
</style>