Shades of Grenadier #CF483D
Tints of Grenadier #CF483D
RGB
CMYK
RGB Variations
Color information
#CF483D (or 0xCF483D) is known color: Grenadier. HEX triplet: CF, 48 and 3D. RGB value is (207,72,61). Sum of RGB (Red+Green+Blue) = 207+72+61=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF483D is #30B7C2. Grayscale: #6F6F6F. Windows color (decimal): -3192771 or 4016335. OLE color: 4016335.
HSL color Cylindrical-coordinate representation of color #CF483D: hue angle of 4.52º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF483D is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 61 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.19 |
| HSL | 4.52º | 0.6% | 0.53% | - |
| HSV(B) | 4.52º | 0.71% | 0.81% | - |
| XYZ | 28.89 | 18.24 | 6.41 | - |
| YUV | 111.11 | 99.73 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 61 | 0 | 0.65 | 0.71 | 0.19 | 4.52 | 0.6 | 0.53 |
| Hex | CF | 48 | 3D | 0 | 41 | 47 | 13 | 5 | 3C | 35 |
| Octal | 317 | 110 | 75 | 0 | 101 | 107 | 23 | 5 | 74 | 65 |
| Binary | 11001111 | 1001000 | 111101 | 0 | 1000001 | 1000111 | 10011 | 101 | 111100 | 110101 |
Color Harmonies of #CF483D
Complementary color
Monochromatic Colors of #CF483D
Black with #CF483D
Text Example
Text Example
White with #CF483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF483D; }
p { color: rgb(207,72,61); }
H1.HeaderClassName
{
color: #CF483D;
}
.AnyTagClassName
{
color: #CF483D;
}
</style>
background-color css
<style>
a { background-color: #CF483D; }
a { background-color: rgb(207,72,61); }
div.DivClassName
{
background-color: #CF483D;
}
.BgClassName
{
background-color: #CF483D;
}
</style>
border-color css
<style>
span { border-color: #CF483D; }
span { border-color: rgb(207,72,61); }
td.TdClassName
{
border-color: #CF483D;
}
.TagClassName
{
border-color: #CF483D;
}
</style>