Shades of Grenadier #CF4C3E
Tints of Grenadier #CF4C3E
RGB
CMYK
RGB Variations
Color information
#CF4C3E (or 0xCF4C3E) is known color: Grenadier. HEX triplet: CF, 4C and 3E. RGB value is (207,76,62). Sum of RGB (Red+Green+Blue) = 207+76+62=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4C3E is #30B3C1. Grayscale: #717171. Windows color (decimal): -3191746 or 4082895. OLE color: 4082895.
HSL color Cylindrical-coordinate representation of color #CF4C3E: hue angle of 5.79º 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 #CF4C3E is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 62 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.19 |
| HSL | 5.79º | 0.6% | 0.53% | - |
| HSV(B) | 5.79º | 0.7% | 0.81% | - |
| XYZ | 29.19 | 18.78 | 6.64 | - |
| YUV | 113.57 | 98.9 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 62 | 0 | 0.63 | 0.70 | 0.19 | 5.79 | 0.6 | 0.53 |
| Hex | CF | 4C | 3E | 0 | 3F | 46 | 13 | 6 | 3C | 35 |
| Octal | 317 | 114 | 76 | 0 | 77 | 106 | 23 | 6 | 74 | 65 |
| Binary | 11001111 | 1001100 | 111110 | 0 | 111111 | 1000110 | 10011 | 110 | 111100 | 110101 |
Color Harmonies of #CF4C3E
Complementary color
Monochromatic Colors of #CF4C3E
Black with #CF4C3E
Text Example
Text Example
White with #CF4C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4C3E; }
p { color: rgb(207,76,62); }
H1.HeaderClassName
{
color: #CF4C3E;
}
.AnyTagClassName
{
color: #CF4C3E;
}
</style>
background-color css
<style>
a { background-color: #CF4C3E; }
a { background-color: rgb(207,76,62); }
div.DivClassName
{
background-color: #CF4C3E;
}
.BgClassName
{
background-color: #CF4C3E;
}
</style>
border-color css
<style>
span { border-color: #CF4C3E; }
span { border-color: rgb(207,76,62); }
td.TdClassName
{
border-color: #CF4C3E;
}
.TagClassName
{
border-color: #CF4C3E;
}
</style>