Shades of Brick Red #D1394A
Tints of Brick Red #D1394A
RGB
CMYK
RGB Variations
Color information
#D1394A (or 0xD1394A) is known color: Brick Red. HEX triplet: D1, 39 and 4A. RGB value is (209,57,74). Sum of RGB (Red+Green+Blue) = 209+57+74=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D1394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1394A is #2EC6B5. Grayscale: #686868. Windows color (decimal): -3065526 or 4864465. OLE color: 4864465.
HSL color Cylindrical-coordinate representation of color #D1394A: hue angle of 353.29º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1394A is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 74 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.18 |
| HSL | 353.29º | 0.62% | 0.52% | - |
| HSV(B) | 353.29º | 0.73% | 0.82% | - |
| XYZ | 28.99 | 16.98 | 8.23 | - |
| YUV | 104.39 | 110.86 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 74 | 0 | 0.73 | 0.65 | 0.18 | 353.29 | 0.62 | 0.52 |
| Hex | D1 | 39 | 4A | 0 | 49 | 41 | 12 | 161 | 3E | 34 |
| Octal | 321 | 71 | 112 | 0 | 111 | 101 | 22 | 541 | 76 | 64 |
| Binary | 11010001 | 111001 | 1001010 | 0 | 1001001 | 1000001 | 10010 | 101100001 | 111110 | 110100 |
Color Harmonies of #D1394A
Complementary color
Monochromatic Colors of #D1394A
Black with #D1394A
Text Example
Text Example
White with #D1394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1394A; }
p { color: rgb(209,57,74); }
H1.HeaderClassName
{
color: #D1394A;
}
.AnyTagClassName
{
color: #D1394A;
}
</style>
background-color css
<style>
a { background-color: #D1394A; }
a { background-color: rgb(209,57,74); }
div.DivClassName
{
background-color: #D1394A;
}
.BgClassName
{
background-color: #D1394A;
}
</style>
border-color css
<style>
span { border-color: #D1394A; }
span { border-color: rgb(209,57,74); }
td.TdClassName
{
border-color: #D1394A;
}
.TagClassName
{
border-color: #D1394A;
}
</style>