Shades of Grenadier #CF463F
Tints of Grenadier #CF463F
RGB
CMYK
RGB Variations
Color information
#CF463F (or 0xCF463F) is known color: Grenadier. HEX triplet: CF, 46 and 3F. RGB value is (207,70,63). Sum of RGB (Red+Green+Blue) = 207+70+63=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF463F is #30B9C0. Grayscale: #6E6E6E. Windows color (decimal): -3193281 or 4146895. OLE color: 4146895.
HSL color Cylindrical-coordinate representation of color #CF463F: hue angle of 2.92º 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 #CF463F is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 63 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.19 |
| HSL | 2.92º | 0.6% | 0.53% | - |
| HSV(B) | 2.92º | 0.7% | 0.81% | - |
| XYZ | 28.82 | 18 | 6.66 | - |
| YUV | 110.17 | 101.39 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 63 | 0 | 0.66 | 0.70 | 0.19 | 2.92 | 0.6 | 0.53 |
| Hex | CF | 46 | 3F | 0 | 42 | 46 | 13 | 3 | 3C | 35 |
| Octal | 317 | 106 | 77 | 0 | 102 | 106 | 23 | 3 | 74 | 65 |
| Binary | 11001111 | 1000110 | 111111 | 0 | 1000010 | 1000110 | 10011 | 11 | 111100 | 110101 |
Color Harmonies of #CF463F
Complementary color
Monochromatic Colors of #CF463F
Black with #CF463F
Text Example
Text Example
White with #CF463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF463F; }
p { color: rgb(207,70,63); }
H1.HeaderClassName
{
color: #CF463F;
}
.AnyTagClassName
{
color: #CF463F;
}
</style>
background-color css
<style>
a { background-color: #CF463F; }
a { background-color: rgb(207,70,63); }
div.DivClassName
{
background-color: #CF463F;
}
.BgClassName
{
background-color: #CF463F;
}
</style>
border-color css
<style>
span { border-color: #CF463F; }
span { border-color: rgb(207,70,63); }
td.TdClassName
{
border-color: #CF463F;
}
.TagClassName
{
border-color: #CF463F;
}
</style>