Shades of Grenadier #CF4B3E
Tints of Grenadier #CF4B3E
RGB
CMYK
RGB Variations
Color information
#CF4B3E (or 0xCF4B3E) is known color: Grenadier. HEX triplet: CF, 4B and 3E. RGB value is (207,75,62). Sum of RGB (Red+Green+Blue) = 207+75+62=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4B3E is #30B4C1. Grayscale: #717171. Windows color (decimal): -3192002 or 4082639. OLE color: 4082639.
HSL color Cylindrical-coordinate representation of color #CF4B3E: hue angle of 5.38º 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 #CF4B3E is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 62 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.19 |
| HSL | 5.38º | 0.6% | 0.53% | - |
| HSV(B) | 5.38º | 0.7% | 0.81% | - |
| XYZ | 29.12 | 18.65 | 6.62 | - |
| YUV | 112.99 | 99.23 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 62 | 0 | 0.64 | 0.70 | 0.19 | 5.38 | 0.6 | 0.53 |
| Hex | CF | 4B | 3E | 0 | 40 | 46 | 13 | 5 | 3C | 35 |
| Octal | 317 | 113 | 76 | 0 | 100 | 106 | 23 | 5 | 74 | 65 |
| Binary | 11001111 | 1001011 | 111110 | 0 | 1000000 | 1000110 | 10011 | 101 | 111100 | 110101 |
Color Harmonies of #CF4B3E
Complementary color
Monochromatic Colors of #CF4B3E
Black with #CF4B3E
Text Example
Text Example
White with #CF4B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4B3E; }
p { color: rgb(207,75,62); }
H1.HeaderClassName
{
color: #CF4B3E;
}
.AnyTagClassName
{
color: #CF4B3E;
}
</style>
background-color css
<style>
a { background-color: #CF4B3E; }
a { background-color: rgb(207,75,62); }
div.DivClassName
{
background-color: #CF4B3E;
}
.BgClassName
{
background-color: #CF4B3E;
}
</style>
border-color css
<style>
span { border-color: #CF4B3E; }
span { border-color: rgb(207,75,62); }
td.TdClassName
{
border-color: #CF4B3E;
}
.TagClassName
{
border-color: #CF4B3E;
}
</style>