Shades of Grenadier #CD473D
Tints of Grenadier #CD473D
RGB
CMYK
RGB Variations
Color information
#CD473D (or 0xCD473D) is known color: Grenadier. HEX triplet: CD, 47 and 3D. RGB value is (205,71,61). Sum of RGB (Red+Green+Blue) = 205+71+61=337 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.83% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 205 - color contains mainly: red. Hex color #CD473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD473D is #32B8C2. Grayscale: #6E6E6E. Windows color (decimal): -3324099 or 4016077. OLE color: 4016077.
HSL color Cylindrical-coordinate representation of color #CD473D: hue angle of 4.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD473D is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 71 | 61 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.20 |
| HSL | 4.17º | 0.59% | 0.52% | - |
| HSV(B) | 4.17º | 0.7% | 0.8% | - |
| XYZ | 28.27 | 17.82 | 6.36 | - |
| YUV | 109.93 | 100.39 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 71 | 61 | 0 | 0.65 | 0.70 | 0.20 | 4.17 | 0.59 | 0.52 |
| Hex | CD | 47 | 3D | 0 | 41 | 46 | 14 | 4 | 3B | 34 |
| Octal | 315 | 107 | 75 | 0 | 101 | 106 | 24 | 4 | 73 | 64 |
| Binary | 11001101 | 1000111 | 111101 | 0 | 1000001 | 1000110 | 10100 | 100 | 111011 | 110100 |
Color Harmonies of #CD473D
Complementary color
Monochromatic Colors of #CD473D
Black with #CD473D
Text Example
Text Example
White with #CD473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD473D; }
p { color: rgb(205,71,61); }
H1.HeaderClassName
{
color: #CD473D;
}
.AnyTagClassName
{
color: #CD473D;
}
</style>
background-color css
<style>
a { background-color: #CD473D; }
a { background-color: rgb(205,71,61); }
div.DivClassName
{
background-color: #CD473D;
}
.BgClassName
{
background-color: #CD473D;
}
</style>
border-color css
<style>
span { border-color: #CD473D; }
span { border-color: rgb(205,71,61); }
td.TdClassName
{
border-color: #CD473D;
}
.TagClassName
{
border-color: #CD473D;
}
</style>