Shades of Brick Red #D1293F
Tints of Brick Red #D1293F
RGB
CMYK
RGB Variations
Color information
#D1293F (or 0xD1293F) is known color: Brick Red. HEX triplet: D1, 29 and 3F. RGB value is (209,41,63). Sum of RGB (Red+Green+Blue) = 209+41+63=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D1293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1293F is #2ED6C0. Grayscale: #5D5D5D. Windows color (decimal): -3069633 or 4139473. OLE color: 4139473.
HSL color Cylindrical-coordinate representation of color #D1293F: hue angle of 352.14º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1293F is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 63 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.18 |
| HSL | 352.14º | 0.67% | 0.49% | - |
| HSV(B) | 352.14º | 0.8% | 0.82% | - |
| XYZ | 27.98 | 15.5 | 6.22 | - |
| YUV | 93.74 | 110.66 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 63 | 0 | 0.80 | 0.70 | 0.18 | 352.14 | 0.67 | 0.49 |
| Hex | D1 | 29 | 3F | 0 | 50 | 46 | 12 | 160 | 43 | 31 |
| Octal | 321 | 51 | 77 | 0 | 120 | 106 | 22 | 540 | 103 | 61 |
| Binary | 11010001 | 101001 | 111111 | 0 | 1010000 | 1000110 | 10010 | 101100000 | 1000011 | 110001 |
Color Harmonies of #D1293F
Complementary color
Monochromatic Colors of #D1293F
Black with #D1293F
Text Example
Text Example
White with #D1293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1293F; }
p { color: rgb(209,41,63); }
H1.HeaderClassName
{
color: #D1293F;
}
.AnyTagClassName
{
color: #D1293F;
}
</style>
background-color css
<style>
a { background-color: #D1293F; }
a { background-color: rgb(209,41,63); }
div.DivClassName
{
background-color: #D1293F;
}
.BgClassName
{
background-color: #D1293F;
}
</style>
border-color css
<style>
span { border-color: #D1293F; }
span { border-color: rgb(209,41,63); }
td.TdClassName
{
border-color: #D1293F;
}
.TagClassName
{
border-color: #D1293F;
}
</style>