Shades of Brick Red #D14049
Tints of Brick Red #D14049
RGB
CMYK
RGB Variations
Color information
#D14049 (or 0xD14049) is known color: Brick Red. HEX triplet: D1, 40 and 49. RGB value is (209,64,73). Sum of RGB (Red+Green+Blue) = 209+64+73=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D14049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14049 is #2EBFB6. Grayscale: #6C6C6C. Windows color (decimal): -3063735 or 4800721. OLE color: 4800721.
HSL color Cylindrical-coordinate representation of color #D14049: hue angle of 356.28º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14049 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 73 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.18 |
| HSL | 356.28º | 0.61% | 0.54% | - |
| HSV(B) | 356.28º | 0.69% | 0.82% | - |
| XYZ | 29.33 | 17.7 | 8.17 | - |
| YUV | 108.38 | 108.04 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 73 | 0 | 0.69 | 0.65 | 0.18 | 356.28 | 0.61 | 0.54 |
| Hex | D1 | 40 | 49 | 0 | 45 | 41 | 12 | 164 | 3D | 36 |
| Octal | 321 | 100 | 111 | 0 | 105 | 101 | 22 | 544 | 75 | 66 |
| Binary | 11010001 | 1000000 | 1001001 | 0 | 1000101 | 1000001 | 10010 | 101100100 | 111101 | 110110 |
Color Harmonies of #D14049
Complementary color
Monochromatic Colors of #D14049
Black with #D14049
Text Example
Text Example
White with #D14049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14049; }
p { color: rgb(209,64,73); }
H1.HeaderClassName
{
color: #D14049;
}
.AnyTagClassName
{
color: #D14049;
}
</style>
background-color css
<style>
a { background-color: #D14049; }
a { background-color: rgb(209,64,73); }
div.DivClassName
{
background-color: #D14049;
}
.BgClassName
{
background-color: #D14049;
}
</style>
border-color css
<style>
span { border-color: #D14049; }
span { border-color: rgb(209,64,73); }
td.TdClassName
{
border-color: #D14049;
}
.TagClassName
{
border-color: #D14049;
}
</style>