Shades of Grenadier #CF483C
Tints of Grenadier #CF483C
RGB
CMYK
RGB Variations
Color information
#CF483C (or 0xCF483C) is known color: Grenadier. HEX triplet: CF, 48 and 3C. RGB value is (207,72,60). Sum of RGB (Red+Green+Blue) = 207+72+60=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF483C is #30B7C3. Grayscale: #6F6F6F. Windows color (decimal): -3192772 or 3950799. OLE color: 3950799.
HSL color Cylindrical-coordinate representation of color #CF483C: hue angle of 4.9º degrees, saturation: 0.6, 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 #CF483C is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 60 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.19 |
| HSL | 4.9º | 0.6% | 0.52% | - |
| HSV(B) | 4.9º | 0.71% | 0.81% | - |
| XYZ | 28.87 | 18.23 | 6.27 | - |
| YUV | 111 | 99.23 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 60 | 0 | 0.65 | 0.71 | 0.19 | 4.9 | 0.6 | 0.52 |
| Hex | CF | 48 | 3C | 0 | 41 | 47 | 13 | 5 | 3C | 34 |
| Octal | 317 | 110 | 74 | 0 | 101 | 107 | 23 | 5 | 74 | 64 |
| Binary | 11001111 | 1001000 | 111100 | 0 | 1000001 | 1000111 | 10011 | 101 | 111100 | 110100 |
Color Harmonies of #CF483C
Complementary color
Monochromatic Colors of #CF483C
Black with #CF483C
Text Example
Text Example
White with #CF483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF483C; }
p { color: rgb(207,72,60); }
H1.HeaderClassName
{
color: #CF483C;
}
.AnyTagClassName
{
color: #CF483C;
}
</style>
background-color css
<style>
a { background-color: #CF483C; }
a { background-color: rgb(207,72,60); }
div.DivClassName
{
background-color: #CF483C;
}
.BgClassName
{
background-color: #CF483C;
}
</style>
border-color css
<style>
span { border-color: #CF483C; }
span { border-color: rgb(207,72,60); }
td.TdClassName
{
border-color: #CF483C;
}
.TagClassName
{
border-color: #CF483C;
}
</style>