Shades of Grenadier #CF473E
Tints of Grenadier #CF473E
RGB
CMYK
RGB Variations
Color information
#CF473E (or 0xCF473E) is known color: Grenadier. HEX triplet: CF, 47 and 3E. RGB value is (207,71,62). Sum of RGB (Red+Green+Blue) = 207+71+62=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF473E is #30B8C1. Grayscale: #6E6E6E. Windows color (decimal): -3193026 or 4081615. OLE color: 4081615.
HSL color Cylindrical-coordinate representation of color #CF473E: hue angle of 3.72º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF473E is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 62 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.19 |
| HSL | 3.72º | 0.6% | 0.53% | - |
| HSV(B) | 3.72º | 0.7% | 0.81% | - |
| XYZ | 28.85 | 18.12 | 6.53 | - |
| YUV | 110.64 | 100.56 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 62 | 0 | 0.66 | 0.70 | 0.19 | 3.72 | 0.6 | 0.53 |
| Hex | CF | 47 | 3E | 0 | 42 | 46 | 13 | 4 | 3C | 35 |
| Octal | 317 | 107 | 76 | 0 | 102 | 106 | 23 | 4 | 74 | 65 |
| Binary | 11001111 | 1000111 | 111110 | 0 | 1000010 | 1000110 | 10011 | 100 | 111100 | 110101 |
Color Harmonies of #CF473E
Complementary color
Monochromatic Colors of #CF473E
Black with #CF473E
Text Example
Text Example
White with #CF473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF473E; }
p { color: rgb(207,71,62); }
H1.HeaderClassName
{
color: #CF473E;
}
.AnyTagClassName
{
color: #CF473E;
}
</style>
background-color css
<style>
a { background-color: #CF473E; }
a { background-color: rgb(207,71,62); }
div.DivClassName
{
background-color: #CF473E;
}
.BgClassName
{
background-color: #CF473E;
}
</style>
border-color css
<style>
span { border-color: #CF473E; }
span { border-color: rgb(207,71,62); }
td.TdClassName
{
border-color: #CF473E;
}
.TagClassName
{
border-color: #CF473E;
}
</style>