Shades of Grenadier #CF4438
Tints of Grenadier #CF4438
RGB
CMYK
RGB Variations
Color information
#CF4438 (or 0xCF4438) is known color: Grenadier. HEX triplet: CF, 44 and 38. RGB value is (207,68,56). Sum of RGB (Red+Green+Blue) = 207+68+56=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4438 is #30BBC7. Grayscale: #6C6C6C. Windows color (decimal): -3193800 or 3687631. OLE color: 3687631.
HSL color Cylindrical-coordinate representation of color #CF4438: hue angle of 4.77º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF4438 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 56 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.19 |
| HSL | 4.77º | 0.61% | 0.52% | - |
| HSV(B) | 4.77º | 0.73% | 0.81% | - |
| XYZ | 28.51 | 17.69 | 5.65 | - |
| YUV | 108.19 | 98.55 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 56 | 0 | 0.67 | 0.73 | 0.19 | 4.77 | 0.61 | 0.52 |
| Hex | CF | 44 | 38 | 0 | 43 | 49 | 13 | 5 | 3D | 34 |
| Octal | 317 | 104 | 70 | 0 | 103 | 111 | 23 | 5 | 75 | 64 |
| Binary | 11001111 | 1000100 | 111000 | 0 | 1000011 | 1001001 | 10011 | 101 | 111101 | 110100 |
Color Harmonies of #CF4438
Complementary color
Monochromatic Colors of #CF4438
Black with #CF4438
Text Example
Text Example
White with #CF4438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4438; }
p { color: rgb(207,68,56); }
H1.HeaderClassName
{
color: #CF4438;
}
.AnyTagClassName
{
color: #CF4438;
}
</style>
background-color css
<style>
a { background-color: #CF4438; }
a { background-color: rgb(207,68,56); }
div.DivClassName
{
background-color: #CF4438;
}
.BgClassName
{
background-color: #CF4438;
}
</style>
border-color css
<style>
span { border-color: #CF4438; }
span { border-color: rgb(207,68,56); }
td.TdClassName
{
border-color: #CF4438;
}
.TagClassName
{
border-color: #CF4438;
}
</style>