Shades of Brick Red #D1293D
Tints of Brick Red #D1293D
RGB
CMYK
RGB Variations
Color information
#D1293D (or 0xD1293D) is known color: Brick Red. HEX triplet: D1, 29 and 3D. RGB value is (209,41,61). Sum of RGB (Red+Green+Blue) = 209+41+61=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D1293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1293D is #2ED6C2. Grayscale: #5D5D5D. Windows color (decimal): -3069635 or 4008401. OLE color: 4008401.
HSL color Cylindrical-coordinate representation of color #D1293D: hue angle of 352.86º 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 #D1293D is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 61 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.18 |
| HSL | 352.86º | 0.67% | 0.49% | - |
| HSV(B) | 352.86º | 0.8% | 0.82% | - |
| XYZ | 27.93 | 15.48 | 5.93 | - |
| YUV | 93.51 | 109.66 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 61 | 0 | 0.80 | 0.71 | 0.18 | 352.86 | 0.67 | 0.49 |
| Hex | D1 | 29 | 3D | 0 | 50 | 47 | 12 | 161 | 43 | 31 |
| Octal | 321 | 51 | 75 | 0 | 120 | 107 | 22 | 541 | 103 | 61 |
| Binary | 11010001 | 101001 | 111101 | 0 | 1010000 | 1000111 | 10010 | 101100001 | 1000011 | 110001 |
Color Harmonies of #D1293D
Complementary color
Monochromatic Colors of #D1293D
Black with #D1293D
Text Example
Text Example
White with #D1293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1293D; }
p { color: rgb(209,41,61); }
H1.HeaderClassName
{
color: #D1293D;
}
.AnyTagClassName
{
color: #D1293D;
}
</style>
background-color css
<style>
a { background-color: #D1293D; }
a { background-color: rgb(209,41,61); }
div.DivClassName
{
background-color: #D1293D;
}
.BgClassName
{
background-color: #D1293D;
}
</style>
border-color css
<style>
span { border-color: #D1293D; }
span { border-color: rgb(209,41,61); }
td.TdClassName
{
border-color: #D1293D;
}
.TagClassName
{
border-color: #D1293D;
}
</style>