Shades of Grenadier #CF453F
Tints of Grenadier #CF453F
RGB
CMYK
RGB Variations
Color information
#CF453F (or 0xCF453F) is known color: Grenadier. HEX triplet: CF, 45 and 3F. RGB value is (207,69,63). Sum of RGB (Red+Green+Blue) = 207+69+63=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF453F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF453F is #30BAC0. Grayscale: #6D6D6D. Windows color (decimal): -3193537 or 4146639. OLE color: 4146639.
HSL color Cylindrical-coordinate representation of color #CF453F: hue angle of 2.5º 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 #CF453F is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 63 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.19 |
| HSL | 2.5º | 0.6% | 0.53% | - |
| HSV(B) | 2.5º | 0.7% | 0.81% | - |
| XYZ | 28.76 | 17.88 | 6.64 | - |
| YUV | 109.58 | 101.72 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 63 | 0 | 0.67 | 0.70 | 0.19 | 2.5 | 0.6 | 0.53 |
| Hex | CF | 45 | 3F | 0 | 43 | 46 | 13 | 2 | 3C | 35 |
| Octal | 317 | 105 | 77 | 0 | 103 | 106 | 23 | 2 | 74 | 65 |
| Binary | 11001111 | 1000101 | 111111 | 0 | 1000011 | 1000110 | 10011 | 10 | 111100 | 110101 |
Color Harmonies of #CF453F
Complementary color
Monochromatic Colors of #CF453F
Black with #CF453F
Text Example
Text Example
White with #CF453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF453F; }
p { color: rgb(207,69,63); }
H1.HeaderClassName
{
color: #CF453F;
}
.AnyTagClassName
{
color: #CF453F;
}
</style>
background-color css
<style>
a { background-color: #CF453F; }
a { background-color: rgb(207,69,63); }
div.DivClassName
{
background-color: #CF453F;
}
.BgClassName
{
background-color: #CF453F;
}
</style>
border-color css
<style>
span { border-color: #CF453F; }
span { border-color: rgb(207,69,63); }
td.TdClassName
{
border-color: #CF453F;
}
.TagClassName
{
border-color: #CF453F;
}
</style>