Shades of Grenadier #CF4A3F
Tints of Grenadier #CF4A3F
RGB
CMYK
RGB Variations
Color information
#CF4A3F (or 0xCF4A3F) is known color: Grenadier. HEX triplet: CF, 4A and 3F. RGB value is (207,74,63). Sum of RGB (Red+Green+Blue) = 207+74+63=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4A3F is #30B5C0. Grayscale: #707070. Windows color (decimal): -3192257 or 4147919. OLE color: 4147919.
HSL color Cylindrical-coordinate representation of color #CF4A3F: hue angle of 4.58º 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 #CF4A3F is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 63 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.19 |
| HSL | 4.58º | 0.6% | 0.53% | - |
| HSV(B) | 4.58º | 0.7% | 0.81% | - |
| XYZ | 29.08 | 18.52 | 6.75 | - |
| YUV | 112.51 | 100.06 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 63 | 0 | 0.64 | 0.70 | 0.19 | 4.58 | 0.6 | 0.53 |
| Hex | CF | 4A | 3F | 0 | 40 | 46 | 13 | 5 | 3C | 35 |
| Octal | 317 | 112 | 77 | 0 | 100 | 106 | 23 | 5 | 74 | 65 |
| Binary | 11001111 | 1001010 | 111111 | 0 | 1000000 | 1000110 | 10011 | 101 | 111100 | 110101 |
Color Harmonies of #CF4A3F
Complementary color
Monochromatic Colors of #CF4A3F
Black with #CF4A3F
Text Example
Text Example
White with #CF4A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4A3F; }
p { color: rgb(207,74,63); }
H1.HeaderClassName
{
color: #CF4A3F;
}
.AnyTagClassName
{
color: #CF4A3F;
}
</style>
background-color css
<style>
a { background-color: #CF4A3F; }
a { background-color: rgb(207,74,63); }
div.DivClassName
{
background-color: #CF4A3F;
}
.BgClassName
{
background-color: #CF4A3F;
}
</style>
border-color css
<style>
span { border-color: #CF4A3F; }
span { border-color: rgb(207,74,63); }
td.TdClassName
{
border-color: #CF4A3F;
}
.TagClassName
{
border-color: #CF4A3F;
}
</style>