Shades of Grenadier #CF483F
Tints of Grenadier #CF483F
RGB
CMYK
RGB Variations
Color information
#CF483F (or 0xCF483F) is known color: Grenadier. HEX triplet: CF, 48 and 3F. RGB value is (207,72,63). Sum of RGB (Red+Green+Blue) = 207+72+63=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF483F is #30B7C0. Grayscale: #6F6F6F. Windows color (decimal): -3192769 or 4147407. OLE color: 4147407.
HSL color Cylindrical-coordinate representation of color #CF483F: hue angle of 3.75º 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 #CF483F is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 63 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.19 |
| HSL | 3.75º | 0.6% | 0.53% | - |
| HSV(B) | 3.75º | 0.7% | 0.81% | - |
| XYZ | 28.95 | 18.26 | 6.7 | - |
| YUV | 111.34 | 100.73 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 63 | 0 | 0.65 | 0.70 | 0.19 | 3.75 | 0.6 | 0.53 |
| Hex | CF | 48 | 3F | 0 | 41 | 46 | 13 | 4 | 3C | 35 |
| Octal | 317 | 110 | 77 | 0 | 101 | 106 | 23 | 4 | 74 | 65 |
| Binary | 11001111 | 1001000 | 111111 | 0 | 1000001 | 1000110 | 10011 | 100 | 111100 | 110101 |
Color Harmonies of #CF483F
Complementary color
Monochromatic Colors of #CF483F
Black with #CF483F
Text Example
Text Example
White with #CF483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF483F; }
p { color: rgb(207,72,63); }
H1.HeaderClassName
{
color: #CF483F;
}
.AnyTagClassName
{
color: #CF483F;
}
</style>
background-color css
<style>
a { background-color: #CF483F; }
a { background-color: rgb(207,72,63); }
div.DivClassName
{
background-color: #CF483F;
}
.BgClassName
{
background-color: #CF483F;
}
</style>
border-color css
<style>
span { border-color: #CF483F; }
span { border-color: rgb(207,72,63); }
td.TdClassName
{
border-color: #CF483F;
}
.TagClassName
{
border-color: #CF483F;
}
</style>