Shades of Grenadier #D1473E
Tints of Grenadier #D1473E
RGB
CMYK
RGB Variations
Color information
#D1473E (or 0xD1473E) is known color: Grenadier. HEX triplet: D1, 47 and 3E. RGB value is (209,71,62). Sum of RGB (Red+Green+Blue) = 209+71+62=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D1473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1473E is #2EB8C1. Grayscale: #6F6F6F. Windows color (decimal): -3061954 or 4081617. OLE color: 4081617.
HSL color Cylindrical-coordinate representation of color #D1473E: hue angle of 3.67º degrees, saturation: 0.62, 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 #D1473E is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 62 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.18 |
| HSL | 3.67º | 0.62% | 0.53% | - |
| HSV(B) | 3.67º | 0.7% | 0.82% | - |
| XYZ | 29.42 | 18.41 | 6.56 | - |
| YUV | 111.24 | 100.22 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 62 | 0 | 0.66 | 0.70 | 0.18 | 3.67 | 0.62 | 0.53 |
| Hex | D1 | 47 | 3E | 0 | 42 | 46 | 12 | 4 | 3E | 35 |
| Octal | 321 | 107 | 76 | 0 | 102 | 106 | 22 | 4 | 76 | 65 |
| Binary | 11010001 | 1000111 | 111110 | 0 | 1000010 | 1000110 | 10010 | 100 | 111110 | 110101 |
Color Harmonies of #D1473E
Complementary color
Monochromatic Colors of #D1473E
Black with #D1473E
Text Example
Text Example
White with #D1473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1473E; }
p { color: rgb(209,71,62); }
H1.HeaderClassName
{
color: #D1473E;
}
.AnyTagClassName
{
color: #D1473E;
}
</style>
background-color css
<style>
a { background-color: #D1473E; }
a { background-color: rgb(209,71,62); }
div.DivClassName
{
background-color: #D1473E;
}
.BgClassName
{
background-color: #D1473E;
}
</style>
border-color css
<style>
span { border-color: #D1473E; }
span { border-color: rgb(209,71,62); }
td.TdClassName
{
border-color: #D1473E;
}
.TagClassName
{
border-color: #D1473E;
}
</style>