Shades of Grenadier #CF4A40
Tints of Grenadier #CF4A40
RGB
CMYK
RGB Variations
Color information
#CF4A40 (or 0xCF4A40) is known color: Grenadier. HEX triplet: CF, 4A and 40. RGB value is (207,74,64). Sum of RGB (Red+Green+Blue) = 207+74+64=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4A40 is #30B5BF. Grayscale: #707070. Windows color (decimal): -3192256 or 4213455. OLE color: 4213455.
HSL color Cylindrical-coordinate representation of color #CF4A40: hue angle of 4.2º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4A40 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 64 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.19 |
| HSL | 4.2º | 0.6% | 0.53% | - |
| HSV(B) | 4.2º | 0.69% | 0.81% | - |
| XYZ | 29.11 | 18.53 | 6.89 | - |
| YUV | 112.63 | 100.56 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 64 | 0 | 0.64 | 0.69 | 0.19 | 4.2 | 0.6 | 0.53 |
| Hex | CF | 4A | 40 | 0 | 40 | 45 | 13 | 4 | 3C | 35 |
| Octal | 317 | 112 | 100 | 0 | 100 | 105 | 23 | 4 | 74 | 65 |
| Binary | 11001111 | 1001010 | 1000000 | 0 | 1000000 | 1000101 | 10011 | 100 | 111100 | 110101 |
Color Harmonies of #CF4A40
Complementary color
Monochromatic Colors of #CF4A40
Black with #CF4A40
Text Example
Text Example
White with #CF4A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4A40; }
p { color: rgb(207,74,64); }
H1.HeaderClassName
{
color: #CF4A40;
}
.AnyTagClassName
{
color: #CF4A40;
}
</style>
background-color css
<style>
a { background-color: #CF4A40; }
a { background-color: rgb(207,74,64); }
div.DivClassName
{
background-color: #CF4A40;
}
.BgClassName
{
background-color: #CF4A40;
}
</style>
border-color css
<style>
span { border-color: #CF4A40; }
span { border-color: rgb(207,74,64); }
td.TdClassName
{
border-color: #CF4A40;
}
.TagClassName
{
border-color: #CF4A40;
}
</style>