Shades of Grenadier #D0453C
Tints of Grenadier #D0453C
RGB
CMYK
RGB Variations
Color information
#D0453C (or 0xD0453C) is known color: Grenadier. HEX triplet: D0, 45 and 3C. RGB value is (208,69,60). Sum of RGB (Red+Green+Blue) = 208+69+60=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0453C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0453C is #2FBAC3. Grayscale: #6D6D6D. Windows color (decimal): -3128004 or 3950032. OLE color: 3950032.
HSL color Cylindrical-coordinate representation of color #D0453C: hue angle of 3.65º degrees, saturation: 0.61, 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 #D0453C is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 60 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.18 |
| HSL | 3.65º | 0.61% | 0.53% | - |
| HSV(B) | 3.65º | 0.71% | 0.82% | - |
| XYZ | 28.96 | 17.99 | 6.22 | - |
| YUV | 109.54 | 100.05 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 60 | 0 | 0.67 | 0.71 | 0.18 | 3.65 | 0.61 | 0.53 |
| Hex | D0 | 45 | 3C | 0 | 43 | 47 | 12 | 4 | 3D | 35 |
| Octal | 320 | 105 | 74 | 0 | 103 | 107 | 22 | 4 | 75 | 65 |
| Binary | 11010000 | 1000101 | 111100 | 0 | 1000011 | 1000111 | 10010 | 100 | 111101 | 110101 |
Color Harmonies of #D0453C
Complementary color
Monochromatic Colors of #D0453C
Black with #D0453C
Text Example
Text Example
White with #D0453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0453C; }
p { color: rgb(208,69,60); }
H1.HeaderClassName
{
color: #D0453C;
}
.AnyTagClassName
{
color: #D0453C;
}
</style>
background-color css
<style>
a { background-color: #D0453C; }
a { background-color: rgb(208,69,60); }
div.DivClassName
{
background-color: #D0453C;
}
.BgClassName
{
background-color: #D0453C;
}
</style>
border-color css
<style>
span { border-color: #D0453C; }
span { border-color: rgb(208,69,60); }
td.TdClassName
{
border-color: #D0453C;
}
.TagClassName
{
border-color: #D0453C;
}
</style>