Shades of Brick Red #D1394F
Tints of Brick Red #D1394F
RGB
CMYK
RGB Variations
Color information
#D1394F (or 0xD1394F) is known color: Brick Red. HEX triplet: D1, 39 and 4F. RGB value is (209,57,79). Sum of RGB (Red+Green+Blue) = 209+57+79=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D1394F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1394F is #2EC6B0. Grayscale: #696969. Windows color (decimal): -3065521 or 5192145. OLE color: 5192145.
HSL color Cylindrical-coordinate representation of color #D1394F: hue angle of 351.32º 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 #D1394F is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 79 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.18 |
| HSL | 351.32º | 0.62% | 0.52% | - |
| HSV(B) | 351.32º | 0.73% | 0.82% | - |
| XYZ | 29.17 | 17.05 | 9.15 | - |
| YUV | 104.96 | 113.36 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 79 | 0 | 0.73 | 0.62 | 0.18 | 351.32 | 0.62 | 0.52 |
| Hex | D1 | 39 | 4F | 0 | 49 | 3E | 12 | 15F | 3E | 34 |
| Octal | 321 | 71 | 117 | 0 | 111 | 76 | 22 | 537 | 76 | 64 |
| Binary | 11010001 | 111001 | 1001111 | 0 | 1001001 | 111110 | 10010 | 101011111 | 111110 | 110100 |
Color Harmonies of #D1394F
Complementary color
Monochromatic Colors of #D1394F
Black with #D1394F
Text Example
Text Example
White with #D1394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1394F; }
p { color: rgb(209,57,79); }
H1.HeaderClassName
{
color: #D1394F;
}
.AnyTagClassName
{
color: #D1394F;
}
</style>
background-color css
<style>
a { background-color: #D1394F; }
a { background-color: rgb(209,57,79); }
div.DivClassName
{
background-color: #D1394F;
}
.BgClassName
{
background-color: #D1394F;
}
</style>
border-color css
<style>
span { border-color: #D1394F; }
span { border-color: rgb(209,57,79); }
td.TdClassName
{
border-color: #D1394F;
}
.TagClassName
{
border-color: #D1394F;
}
</style>