Shades of Grenadier #CF443B
Tints of Grenadier #CF443B
RGB
CMYK
RGB Variations
Color information
#CF443B (or 0xCF443B) is known color: Grenadier. HEX triplet: CF, 44 and 3B. RGB value is (207,68,59). Sum of RGB (Red+Green+Blue) = 207+68+59=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF443B is #30BBC4. Grayscale: #6C6C6C. Windows color (decimal): -3193797 or 3884239. OLE color: 3884239.
HSL color Cylindrical-coordinate representation of color #CF443B: hue angle of 3.65º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF443B is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 59 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.19 |
| HSL | 3.65º | 0.61% | 0.52% | - |
| HSV(B) | 3.65º | 0.71% | 0.81% | - |
| XYZ | 28.59 | 17.72 | 6.05 | - |
| YUV | 108.54 | 100.05 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 59 | 0 | 0.67 | 0.71 | 0.19 | 3.65 | 0.61 | 0.52 |
| Hex | CF | 44 | 3B | 0 | 43 | 47 | 13 | 4 | 3D | 34 |
| Octal | 317 | 104 | 73 | 0 | 103 | 107 | 23 | 4 | 75 | 64 |
| Binary | 11001111 | 1000100 | 111011 | 0 | 1000011 | 1000111 | 10011 | 100 | 111101 | 110100 |
Color Harmonies of #CF443B
Complementary color
Monochromatic Colors of #CF443B
Black with #CF443B
Text Example
Text Example
White with #CF443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF443B; }
p { color: rgb(207,68,59); }
H1.HeaderClassName
{
color: #CF443B;
}
.AnyTagClassName
{
color: #CF443B;
}
</style>
background-color css
<style>
a { background-color: #CF443B; }
a { background-color: rgb(207,68,59); }
div.DivClassName
{
background-color: #CF443B;
}
.BgClassName
{
background-color: #CF443B;
}
</style>
border-color css
<style>
span { border-color: #CF443B; }
span { border-color: rgb(207,68,59); }
td.TdClassName
{
border-color: #CF443B;
}
.TagClassName
{
border-color: #CF443B;
}
</style>