Shades of Grenadier #D1473D
Tints of Grenadier #D1473D
RGB
CMYK
RGB Variations
Color information
#D1473D (or 0xD1473D) is known color: Grenadier. HEX triplet: D1, 47 and 3D. RGB value is (209,71,61). Sum of RGB (Red+Green+Blue) = 209+71+61=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D1473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1473D is #2EB8C2. Grayscale: #6F6F6F. Windows color (decimal): -3061955 or 4016081. OLE color: 4016081.
HSL color Cylindrical-coordinate representation of color #D1473D: hue angle of 4.05º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1473D is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 61 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.18 |
| HSL | 4.05º | 0.62% | 0.53% | - |
| HSV(B) | 4.05º | 0.71% | 0.82% | - |
| XYZ | 29.39 | 18.4 | 6.42 | - |
| YUV | 111.12 | 99.72 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 61 | 0 | 0.66 | 0.71 | 0.18 | 4.05 | 0.62 | 0.53 |
| Hex | D1 | 47 | 3D | 0 | 42 | 47 | 12 | 4 | 3E | 35 |
| Octal | 321 | 107 | 75 | 0 | 102 | 107 | 22 | 4 | 76 | 65 |
| Binary | 11010001 | 1000111 | 111101 | 0 | 1000010 | 1000111 | 10010 | 100 | 111110 | 110101 |
Color Harmonies of #D1473D
Complementary color
Monochromatic Colors of #D1473D
Black with #D1473D
Text Example
Text Example
White with #D1473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1473D; }
p { color: rgb(209,71,61); }
H1.HeaderClassName
{
color: #D1473D;
}
.AnyTagClassName
{
color: #D1473D;
}
</style>
background-color css
<style>
a { background-color: #D1473D; }
a { background-color: rgb(209,71,61); }
div.DivClassName
{
background-color: #D1473D;
}
.BgClassName
{
background-color: #D1473D;
}
</style>
border-color css
<style>
span { border-color: #D1473D; }
span { border-color: rgb(209,71,61); }
td.TdClassName
{
border-color: #D1473D;
}
.TagClassName
{
border-color: #D1473D;
}
</style>