Shades of Grenadier #D1493F
Tints of Grenadier #D1493F
RGB
CMYK
RGB Variations
Color information
#D1493F (or 0xD1493F) is known color: Grenadier. HEX triplet: D1, 49 and 3F. RGB value is (209,73,63). Sum of RGB (Red+Green+Blue) = 209+73+63=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D1493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1493F is #2EB6C0. Grayscale: #707070. Windows color (decimal): -3061441 or 4147665. OLE color: 4147665.
HSL color Cylindrical-coordinate representation of color #D1493F: hue angle of 4.11º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1493F is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 63 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.18 |
| HSL | 4.11º | 0.61% | 0.53% | - |
| HSV(B) | 4.11º | 0.7% | 0.82% | - |
| XYZ | 29.57 | 18.68 | 6.75 | - |
| YUV | 112.52 | 100.06 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 63 | 0 | 0.65 | 0.70 | 0.18 | 4.11 | 0.61 | 0.53 |
| Hex | D1 | 49 | 3F | 0 | 41 | 46 | 12 | 4 | 3D | 35 |
| Octal | 321 | 111 | 77 | 0 | 101 | 106 | 22 | 4 | 75 | 65 |
| Binary | 11010001 | 1001001 | 111111 | 0 | 1000001 | 1000110 | 10010 | 100 | 111101 | 110101 |
Color Harmonies of #D1493F
Complementary color
Monochromatic Colors of #D1493F
Black with #D1493F
Text Example
Text Example
White with #D1493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1493F; }
p { color: rgb(209,73,63); }
H1.HeaderClassName
{
color: #D1493F;
}
.AnyTagClassName
{
color: #D1493F;
}
</style>
background-color css
<style>
a { background-color: #D1493F; }
a { background-color: rgb(209,73,63); }
div.DivClassName
{
background-color: #D1493F;
}
.BgClassName
{
background-color: #D1493F;
}
</style>
border-color css
<style>
span { border-color: #D1493F; }
span { border-color: rgb(209,73,63); }
td.TdClassName
{
border-color: #D1493F;
}
.TagClassName
{
border-color: #D1493F;
}
</style>