Shades of Grenadier #D1483D
Tints of Grenadier #D1483D
RGB
CMYK
RGB Variations
Color information
#D1483D (or 0xD1483D) is known color: Grenadier. HEX triplet: D1, 48 and 3D. RGB value is (209,72,61). Sum of RGB (Red+Green+Blue) = 209+72+61=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D1483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1483D is #2EB7C2. Grayscale: #6F6F6F. Windows color (decimal): -3061699 or 4016337. OLE color: 4016337.
HSL color Cylindrical-coordinate representation of color #D1483D: hue angle of 4.46º 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 #D1483D is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 61 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.18 |
| HSL | 4.46º | 0.62% | 0.53% | - |
| HSV(B) | 4.46º | 0.71% | 0.82% | - |
| XYZ | 29.45 | 18.53 | 6.44 | - |
| YUV | 111.71 | 99.39 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 61 | 0 | 0.66 | 0.71 | 0.18 | 4.46 | 0.62 | 0.53 |
| Hex | D1 | 48 | 3D | 0 | 42 | 47 | 12 | 4 | 3E | 35 |
| Octal | 321 | 110 | 75 | 0 | 102 | 107 | 22 | 4 | 76 | 65 |
| Binary | 11010001 | 1001000 | 111101 | 0 | 1000010 | 1000111 | 10010 | 100 | 111110 | 110101 |
Color Harmonies of #D1483D
Complementary color
Monochromatic Colors of #D1483D
Black with #D1483D
Text Example
Text Example
White with #D1483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1483D; }
p { color: rgb(209,72,61); }
H1.HeaderClassName
{
color: #D1483D;
}
.AnyTagClassName
{
color: #D1483D;
}
</style>
background-color css
<style>
a { background-color: #D1483D; }
a { background-color: rgb(209,72,61); }
div.DivClassName
{
background-color: #D1483D;
}
.BgClassName
{
background-color: #D1483D;
}
</style>
border-color css
<style>
span { border-color: #D1483D; }
span { border-color: rgb(209,72,61); }
td.TdClassName
{
border-color: #D1483D;
}
.TagClassName
{
border-color: #D1483D;
}
</style>