Shades of Grenadier #CF483B
Tints of Grenadier #CF483B
RGB
CMYK
RGB Variations
Color information
#CF483B (or 0xCF483B) is known color: Grenadier. HEX triplet: CF, 48 and 3B. RGB value is (207,72,59). Sum of RGB (Red+Green+Blue) = 207+72+59=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF483B is #30B7C4. Grayscale: #6F6F6F. Windows color (decimal): -3192773 or 3885263. OLE color: 3885263.
HSL color Cylindrical-coordinate representation of color #CF483B: hue angle of 5.27º 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 #CF483B is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 59 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.19 |
| HSL | 5.27º | 0.61% | 0.52% | - |
| HSV(B) | 5.27º | 0.71% | 0.81% | - |
| XYZ | 28.84 | 18.22 | 6.13 | - |
| YUV | 110.88 | 98.73 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 59 | 0 | 0.65 | 0.71 | 0.19 | 5.27 | 0.61 | 0.52 |
| Hex | CF | 48 | 3B | 0 | 41 | 47 | 13 | 5 | 3D | 34 |
| Octal | 317 | 110 | 73 | 0 | 101 | 107 | 23 | 5 | 75 | 64 |
| Binary | 11001111 | 1001000 | 111011 | 0 | 1000001 | 1000111 | 10011 | 101 | 111101 | 110100 |
Color Harmonies of #CF483B
Complementary color
Monochromatic Colors of #CF483B
Black with #CF483B
Text Example
Text Example
White with #CF483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF483B; }
p { color: rgb(207,72,59); }
H1.HeaderClassName
{
color: #CF483B;
}
.AnyTagClassName
{
color: #CF483B;
}
</style>
background-color css
<style>
a { background-color: #CF483B; }
a { background-color: rgb(207,72,59); }
div.DivClassName
{
background-color: #CF483B;
}
.BgClassName
{
background-color: #CF483B;
}
</style>
border-color css
<style>
span { border-color: #CF483B; }
span { border-color: rgb(207,72,59); }
td.TdClassName
{
border-color: #CF483B;
}
.TagClassName
{
border-color: #CF483B;
}
</style>