Shades of Grenadier #CF4B3F
Tints of Grenadier #CF4B3F
RGB
CMYK
RGB Variations
Color information
#CF4B3F (or 0xCF4B3F) is known color: Grenadier. HEX triplet: CF, 4B and 3F. RGB value is (207,75,63). Sum of RGB (Red+Green+Blue) = 207+75+63=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4B3F is #30B4C0. Grayscale: #717171. Windows color (decimal): -3192001 or 4148175. OLE color: 4148175.
HSL color Cylindrical-coordinate representation of color #CF4B3F: hue angle of 5º 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 #CF4B3F is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 63 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.19 |
| HSL | 5º | 0.6% | 0.53% | - |
| HSV(B) | 5º | 0.7% | 0.81% | - |
| XYZ | 29.15 | 18.66 | 6.77 | - |
| YUV | 113.1 | 99.73 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 63 | 0 | 0.64 | 0.70 | 0.19 | 5 | 0.6 | 0.53 |
| Hex | CF | 4B | 3F | 0 | 40 | 46 | 13 | 5 | 3C | 35 |
| Octal | 317 | 113 | 77 | 0 | 100 | 106 | 23 | 5 | 74 | 65 |
| Binary | 11001111 | 1001011 | 111111 | 0 | 1000000 | 1000110 | 10011 | 101 | 111100 | 110101 |
Color Harmonies of #CF4B3F
Complementary color
Monochromatic Colors of #CF4B3F
Black with #CF4B3F
Text Example
Text Example
White with #CF4B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4B3F; }
p { color: rgb(207,75,63); }
H1.HeaderClassName
{
color: #CF4B3F;
}
.AnyTagClassName
{
color: #CF4B3F;
}
</style>
background-color css
<style>
a { background-color: #CF4B3F; }
a { background-color: rgb(207,75,63); }
div.DivClassName
{
background-color: #CF4B3F;
}
.BgClassName
{
background-color: #CF4B3F;
}
</style>
border-color css
<style>
span { border-color: #CF4B3F; }
span { border-color: rgb(207,75,63); }
td.TdClassName
{
border-color: #CF4B3F;
}
.TagClassName
{
border-color: #CF4B3F;
}
</style>