Shades of Brick Red #D1293B
Tints of Brick Red #D1293B
RGB
CMYK
RGB Variations
Color information
#D1293B (or 0xD1293B) is known color: Brick Red. HEX triplet: D1, 29 and 3B. RGB value is (209,41,59). Sum of RGB (Red+Green+Blue) = 209+41+59=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D1293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1293B is #2ED6C4. Grayscale: #5D5D5D. Windows color (decimal): -3069637 or 3877329. OLE color: 3877329.
HSL color Cylindrical-coordinate representation of color #D1293B: hue angle of 353.57º 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 #D1293B is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 59 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.18 |
| HSL | 353.57º | 0.67% | 0.49% | - |
| HSV(B) | 353.57º | 0.8% | 0.82% | - |
| XYZ | 27.88 | 15.46 | 5.65 | - |
| YUV | 93.28 | 108.66 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 59 | 0 | 0.80 | 0.72 | 0.18 | 353.57 | 0.67 | 0.49 |
| Hex | D1 | 29 | 3B | 0 | 50 | 48 | 12 | 162 | 43 | 31 |
| Octal | 321 | 51 | 73 | 0 | 120 | 110 | 22 | 542 | 103 | 61 |
| Binary | 11010001 | 101001 | 111011 | 0 | 1010000 | 1001000 | 10010 | 101100010 | 1000011 | 110001 |
Color Harmonies of #D1293B
Complementary color
Monochromatic Colors of #D1293B
Black with #D1293B
Text Example
Text Example
White with #D1293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1293B; }
p { color: rgb(209,41,59); }
H1.HeaderClassName
{
color: #D1293B;
}
.AnyTagClassName
{
color: #D1293B;
}
</style>
background-color css
<style>
a { background-color: #D1293B; }
a { background-color: rgb(209,41,59); }
div.DivClassName
{
background-color: #D1293B;
}
.BgClassName
{
background-color: #D1293B;
}
</style>
border-color css
<style>
span { border-color: #D1293B; }
span { border-color: rgb(209,41,59); }
td.TdClassName
{
border-color: #D1293B;
}
.TagClassName
{
border-color: #D1293B;
}
</style>